LazyNDStructure

fun <T> LazyNDStructure(scope: CoroutineScope, shape: IntArray, function: suspend (IntArray) -> T)