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