kotlin-stdlib
Common
JS
Native
kotlin-stdlib
/
kotlin.collections
/
ArrayList
/
get
get
Common
JS
Native
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.