MapIndexed<T> extension
- on
-
- Iterable<
T>
- Iterable<
Methods
-
mapIndexed<
V> (V mapper(int, T)) → Iterable< V> -
Available on Iterable<
Maps an Iterable (like map), but you have access to both the element and the index on the mapping function.T> , provided by the MapIndexed extension