IterableForEachIndexed<E> extension

on

Methods

forEachIndexed(void action(E element, int index)) → void
Performs the given action on each element, providing sequential index with the element.