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
/
asInt8Array
as
Int8Array
js
wasmJs
web
actual
fun
asInt8Array
(
array
:
ByteArray
)
:
Int8Array
<
*
>
(
source
)
Casts
array
to
Int8Array
if possible.
actual
fun
asInt8Array
(
array
:
ByteArray
)
:
Int8Array
<
*
>
(
source
)
Casts
array
to
Int8Array
if possible.
expect
fun
asInt8Array
(
array
:
ByteArray
)
:
Int8Array
<
*
>
(
source
)
Casts
array
to
Int8Array
if possible.