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