Kotlin SQLite
Toggle table of contents
0.0.3
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin SQLite
Ksqlite Foreign WASM
/
ksqlite.foreign.wasm
/
WasmMemory
/
peekPtr
peek
Ptr
web
abstract
fun
peekPtr
(
address
:
WasmPointer
)
:
WasmPointer
(
source
)
abstract
fun
peekPtr
(
addresses
:
ReadonlyArray
<
WasmPointer
>
)
:
ReadonlyArray
<
WasmPointer
>
(
source
)
Equivalent to peek(X,'*'). Most frequently used for fetching output pointer values.