fn setIntersection(self: *Self, other: Self) void
Performs an intersection of two bit sets, and stores the result in the first one. Bits in the result are set if the corresponding bits were set in both inputs. The two sets must both be the same bit_length.
self: *Self,
other: Self,