fn unionWith(self: Self, other: Self) Self
Returns the union of two bit sets. Bits in the result are set if the corresponding bits were set in either input.
self: Self,
other: Self,