fn xorWith(self: Self, other: Self) Self

Returns the xor of two bit sets. Bits in the result are set if the corresponding bits were not the same in both inputs.

Parameters

self: Self,
other: Self,