Removes element instances, and returns the number of elements removed
Time complexity: O(1) average; O(n) worst
See Implementation
Removes element instances, and returns the number of elements removed
Time complexity: O(1) average; O(n) worst