mapWithIndex

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