ListExt<T> extension

on

Methods

mapIndexed<R>(R convert(int index, T element)) Iterable<R>
Maps each element and its index to a new value.