big-numbers
0.1.0
big-numbers
/
io.klibs.math.big
/
xor
xor
infix inline
fun
BigInt
.
xor
(
rhs
:
Byte
)
:
BigInt
infix inline
fun
BigInt
.
xor
(
rhs
:
Short
)
:
BigInt
infix inline
fun
BigInt
.
xor
(
rhs
:
Int
)
:
BigInt
infix inline
fun
BigInt
.
xor
(
rhs
:
Long
)
:
BigInt
infix inline
fun
BigInt
.
xor
(
rhs
:
UByte
)
:
BigInt
infix inline
fun
BigInt
.
xor
(
rhs
:
UShort
)
:
BigInt
infix inline
fun
BigInt
.
xor
(
rhs
:
UInt
)
:
BigInt
infix inline
fun
BigInt
.
xor
(
rhs
:
ULong
)
:
BigInt