get

operator fun get(index: Int): Int(source)

Returns the element at index.

Throws

if index is out of bounds [0, size).