mapAsyncIndexed

inline fun <T, R> StructureND<T>.mapAsyncIndexed(scope: CoroutineScope, crossinline function: suspend (T, index: IntArray) -> R): LazyStructureND<R>

PENDING would benefit from KEEP-176

Sources

jvm source
Link copied to clipboard