kotlin.collections.ArrayList.removeAt

removeAt

open fun removeAt(index: Int): E

Overrides AbstractMutableList.removeAt

Platform and version requirements: JS

Removes an element at the specified index from the list.

Return the element that has been removed.