fn toggleSet(self: *Self, toggles: Self) void

Flips all bits in this bit set which are present in the toggles bit set. Both sets must have the same bit_length.

Parameters

self: *Self,
toggles: Self,