Removes the given Take!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 Take!Range from the container