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

Returns a multiset with the key count of this multiset minus the corresponding key count in the other multiset. If the other multiset contains more key count than this set, that key will have a count of zero.

Parameters

self: Self,
other: Self,