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