Removes the given range from the container.
A range containing all of the elements that were after the given range.
Complexity:O(n r * d(n)); O(n r * log(n)) for this index
See Implementation
Removes the given range from the container.