Creates an iterator which gives the current iteration count as well as the next value.
@override RIterator<(int, T)> enumerate() => RIterator.fromIterable(indexed);