kotlin-stdlib / kotlin.collections / ArrayList / removeAt removeAt Common 1.0 fun removeAt(index: Int): E(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.