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.

Parameters

self: Self,
other: Self,