mapAsyncIndexed

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

PENDING would benefit from KEEP-176