get

abstract operator fun get(index: IntArray): T(source)

Returns the value at the specified indices.

Return

the value.

Parameters

index

the indices.