Kotlin SQLite
Toggle table of contents
0.0.3
js
wasmJs
web
Target filter
js
wasmJs
web
Switch theme
Search in API
Skip to content
Kotlin SQLite
Ksqlite Foreign WASM
/
ksqlite.foreign.js
/
toInt8Array
to
Int8Array
js
wasmJs
web
actual
fun
toInt8Array
(
array
:
ByteArray
,
size
:
Int
)
:
Int8Array
<
*
>
(
source
)
Converts or casts
array
to
Int8Array
retaining only first
size
bytes.
actual
fun
toInt8Array
(
array
:
ByteArray
,
size
:
Int
)
:
Int8Array
<
*
>
(
source
)
Converts or casts
array
to
Int8Array
retaining only first
size
bytes.
expect
fun
toInt8Array
(
array
:
ByteArray
,
size
:
Int
)
:
Int8Array
<
*
>
(
source
)
Converts or casts
array
to
Int8Array
retaining only first
size
bytes.