Returns a new collection containing elements in the range [from, until).
[from, until)
@override RIterator<A> slice(int from, int until) => sliceIterator(from, max(until, 0));