^=(_:_:)

Calculate the bitwise XOR of a and b and return the result.

Bitwise Ops.swift:41
static func ^= (a: inout BigUInt, b: BigUInt)