slice method

  1. @override
RIterator<A> slice(
  1. int from,
  2. int until
)
override

Implementation

@override
RIterator<A> slice(int from, int until) => sliceIterator(from, max(until, 0));