get

abstract operator fun get(index: IntArray): T

Returns the value at the specified indices.

Return

the value.

Parameters

index

the indices.

Sources

Link copied to clipboard