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.structs
/
invoke
invoke
web
operator
fun
<
S
:
StructType
>
StructCtor
<
S
>
.
invoke
(
)
:
S
(
source
)
Instantiate a new instance of
S
.
operator
fun
<
S
:
StructType
>
StructCtor
<
S
>
.
invoke
(
pointer
:
WasmPointer
)
:
S
(
source
)
Instantiate a new instance of
S
wrapping C-struct
pointer
.