mapAsync

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