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