kotlin-stdlib
JRE
kotlin-stdlib
/
kotlin
/
xor
xor
JRE
infix inline
fun
BigInteger
.
xor
(
other
:
BigInteger
)
:
BigInteger
(
source
)
Performs a bitwise XOR operation between the two values.
Since Kotlin
1.2