get

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

Sources

Link copied to clipboard