Kotlin Wrappers API Reference
Toggle table of contents
common
js
wasmJs
Target filter
common
js
wasmJs
Switch theme
Search in API
kotlin-js
/
js.typedarrays
/
toByteArray
to
Byte
Array
common
js
wasmJs
fun
TypedArray
<
*
,
*
,
*
,
*
>
.
toByteArray
(
)
:
ByteArray
(
source
)
expect
fun
Int8Array
<
*
>
.
toByteArray
(
)
:
ByteArray
(
source
)
actual
inline
fun
Int8Array
<
*
>
.
toByteArray
(
)
:
ByteArray
(
source
)
actual
fun
Int8Array
<
*
>
.
toByteArray
(
)
:
ByteArray
(
source
)