apmapIndexed

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