Wasm-sqlite-open-helper
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Wasm-sqlite-open-helper
sqlite-common
/
at.released.wasm.sqlite.open.helper.sqlite.common.api
/
SqliteComparatorCallbackRaw
Sqlite
Comparator
Callback
Raw
typealias
SqliteComparatorCallbackRaw
=
(
firstStringLength
:
Int
,
firstStringPtr
:
WasmPtr
<
Byte
>
,
secondStringLength
:
Int
,
secondStringPtr
:
WasmPtr
<
Byte
>
)
->
Int
(
source
)