Reverses the iterable
@override RIterator<T> rev() => RIterator.fromIterable(toList(growable: false).reversed);