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