xor

infix inline fun BigInteger.xor(other: BigInteger): BigInteger

Performs a bitwise XOR operation between the two values.

Since Kotlin

1.2