get

abstract operator fun get(i: Int, j: Int): T(source)

Retrieves an element from the structure by two indices.

Return

an element.

Parameters

i

the first index.

j

the second index.


open operator override fun get(index: IntArray): T(source)

Returns the value at the specified indices.

Return

the value.

Parameters

index

the indices.