get

operator fun <T> StructureND<T>.get(vararg index: Int): T

Returns the value at the specified indices.

Return

the value.

Parameters

index

the indices.

Sources

common source
Link copied to clipboard