get

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

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

Returns the value at the specified indices.

Return

the value.

Parameters

index

the indices.