Removes all values corresponding to key k.
Complexity: O(m * log(n)), where m is the number of elements with the same key.
The number of elements removed.
See Implementation
Removes all values corresponding to key k.
Complexity: O(m * log(n)), where m is the number of elements with the same key.