fn remove(self: *Self, key: E, c: CountSize) void

Decreases the key count by given amount. If amount is greater than the number of keys in multset, then key count will be set to zero.

Parameters

self: *Self,
key: E,
c: CountSize,