kotlin-stdlib / kotlin.collections / ArrayList / get get Common 1.0 operator fun get(index: Int): E JS 1.1 open fun get(index: Int): E Native 1.3 fun get(index: Int): E Returns the element at the specified index in the list.