fn differenceWith(self: Self, other: Self) Self

Returns the difference of two bit sets. Bits in the result are set if set in the first but not set in the second set.

Parameters

self: Self,
other: Self,