Removes all elements with key k from this container.
the number of elements removed Complexity: O(n k * d(n)), O(n + n k) for this index (O(n k) on a good day)
See Implementation
Removes all elements with key k from this container.