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.js
/
plus
plus
web
operator
fun
JsBigInt
.
plus
(
value
:
Int
)
:
JsBigInt
(
source
)
operator
fun
JsBigInt
.
plus
(
value
:
Long
)
:
JsBigInt
(
source
)
Returns a
JsBigInt
which is the sum of
this
+
value
.