get

abstract infix operator fun get(index: Int): E
@SinceKotools(project = Project.Types, version = "1.3")
open operator fun get(index: PositiveInt): E

Returns the element at the specified index in this collection, or throws an IndexOutOfBoundsException if the index is out of bounds.