xor

abstract infix fun xor(other: BigInt): BigInt

Returns a new BigInt with bits combining this, other doing a bitwise ^/xor operation. Forces sign to positive.