IterableExtension<E> extension

on

Methods

forEachIndexed<T>(T f(int index, E e)) → void
mapIndexed<T>(T f(int index, E e)) Iterable<T>