fn intersectWith(self: Self, other: Self) Self
Returns the intersection of two bit sets. Bits in the result are set if the corresponding bits were set in both inputs.
self: Self,
other: Self,