fn removeAll(self: *Self, key: E) void
Removes all instance of a key from multiset. Same as setCount(key, 0).
self: *Self,
key: E,