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