get

open operator override 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.