Removes a Take!Range from the list in linear time.
A range comprehending the elements after the removed range.
Complexity: O(n)
See Implementation
Removes a Take!Range from the list in linear time.