mapWithIndex

abstract fun <R> mapWithIndex(transform: (item: E, index: Int) -> R): List<R>