Range remove(Range r)
Removes the given range from the container.
given range.
Complexity: m * log(n) (where m is the number of elements in the range)
Range remove(Take!Range r)
Removes the given Take!Range from the container
Take!Range