fn removeSet(self: *Self, other: Self) void
Deccreases the all key counts by given multiset. If the given multiset has more key counts than this, then that key will have a key count of zero.
self: *Self,
other: Self,