get

expect abstract operator fun get(index: Int): E(source)

Returns the element at the specified index in the list.

Since Kotlin

1.0
actual abstract operator fun get(index: Int): E(source)

Returns the element at the specified index in the list.

Since Kotlin

1.1
actual abstract operator fun get(index: Int): E(source)

Returns the element at the specified index in the list.

Since Kotlin

1.0
actual abstract operator fun get(index: Int): E(source)

Returns the element at the specified index in the list.

Since Kotlin

1.3
actual abstract operator fun get(index: Int): E(source)

Returns the element at the specified index in the list.

Since Kotlin

1.8
actual abstract operator fun get(index: Int): E(source)

Returns the element at the specified index in the list.

Since Kotlin

1.8