removeAt

open override fun removeAt(index: Int): E?

Removes the element at the given index from the collection if it is present.

Return

The element that was removed or null if the index was out of bounds.

Parameters

index

The index of the element to remove.