toggle menu
shared
0.0.19
common
switch theme
search in API
shared
/
io.github.gatrongdev.kbignum.math
/
KBigInteger
/
andNot
and
Not
fun
andNot
(
other
:
KBigInteger
)
:
KBigInteger
Returns the bitwise AND NOT of this value and
other
. (this & ~other)