get

expect open operator override fun get(index: Int): E(source)
actual open operator override fun get(index: Int): E

Returns the element at the specified index in the list.

actual open operator override fun get(index: Int): E

Returns the element at the specified index in the list.