structureND

abstract fun structureND(shape: Shape, initializer: C.(IntArray) -> T): StructureND<T>

Produces a new StructureND using given initializer function.

Sources

common source
Link copied to clipboard