Removes the given range from the container.
A range containing all of the elements that were after the given range.
Complexity: O(m * log(n)) (where m is the number of elements in the range)
See Implementation
Removes the given range from the container.