Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.typedarrays
/
TypedArrayCompanion
/
from
from
fun
from
(
source
:
ArrayLike
<
T
>
)
:
S
(
source
)
fun
<
U
:
JsAny
>
from
(
source
:
ArrayLike
<
U
>
,
transform
:
(
item
:
U
,
index
:
Int
)
->
T
)
:
S
(
source
)