Returns an RIterator over the elements of this iterable, paired with their index.
RIterator<(int, T)> get indexed => RIterator.fromIterable(IterableExtensions(this).indexed);