ExtendedIterable<E> extension

on

Methods

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