mapAsyncIndexed
inline fun <T, R> StructureND<T>.mapAsyncIndexed(scope: CoroutineScope, crossinline function: suspend (T, index: IntArray) -> R): LazyStructureND<R>(source)
PENDING would benefit from KEEP-176
PENDING would benefit from KEEP-176