ExtendedIterable<E> extension

on

Methods

forEachIndex(void f(E e, int i)) → void
mapIndex<T>(T f(E e, int i)) Iterable<T>