fn toggleSet(self: *Self, toggles: Self) void
Flips all bits in this bit set which are present in the toggles bit set.
self: *Self,
toggles: Self,