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.

Parameters

self: *Self,
other: Self,