IterableForEachIndexed<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
forEachIndexed(
void action(E element, int index)) → void -
Performs the given
action
on each element, providing sequential index with the element.