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

Link copied to clipboard