get

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

Returns the element at the specified index in this sublist.

index is relative to this sublist and not the sourceList.

Throws

if index is out of range for this sublist.