Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.typedarrays
/
TypedArrayCompanion
Typed
Array
Companion
sealed
class
TypedArrayCompanion
<
S
:
TypedArray
<
S
,
S
,
ArrayBuffer
,
T
>
,
T
:
JsAny
>
(
source
)
Inheritors
Companion
Companion
Companion
Companion
Companion
Companion
Companion
Companion
Companion
Companion
Companion
Companion
Members
Properties
BYTES_
PER_
ELEMENT
Link copied to clipboard
val
BYTES_PER_ELEMENT
:
Int
Functions
from
Link copied to clipboard
fun
from
(
source
:
ArrayLike
<
T
>
)
:
S
fun
<
U
:
JsAny
>
from
(
source
:
ArrayLike
<
U
>
,
transform
:
(
item
:
U
,
index
:
Int
)
->
T
)
:
S
of
Link copied to clipboard
fun
of
(
vararg
items
:
T
)
:
S