IterableForEachIndexed<E> extension

on

Methods

forEachIndexed(void action(E element, int index)) → void

Available on Iterable<E>, provided by the IterableForEachIndexed extension

Performs the given action on each element, providing sequential index with the element.