kotlin-stdlib / kotlin.collections / List / get get Common JVM JS Native 1.0 abstract operator fun get ( index : Int ) : E (Common source) (Native source) Returns the element at the specified index in the list.