kotlin-stdlib / kotlin.collections / ArrayList / removeAt removeAt Common Native 1.0 fun removeAt(index: Int): E(Common source) (Native source) JS 1.1 open fun removeAt(index: Int): E(source) Removes an element at the specified index from the list. Return the element that has been removed.