LazyStructureND

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

Sources

jvm source
Link copied to clipboard