xor

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

Performs a bitwise XOR operation between the two values.

Since Kotlin

1.2