xor

open infix override fun xor(other: BigInt): CommonBigInt

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