amapIndexed

suspend fun <A, B> List<A>.amapIndexed(f: suspend (index: Int, A) -> B): List<B>