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

Flips all bits in this bit set which are present in the toggles bit set.

Parameters

self: *Self,
toggles: Self,