structureND
abstract fun structureND(shape: Shape, initializer: C.(IntArray) -> T): StructureND<T>
Content copied to clipboard
Produces a new StructureND using given initializer function.
Produces a new StructureND using given initializer function.