remove At
Removes an element at the specified index from the list.
Return
The element that has been removed.
Throws
If the index exceeds the list's bounds.
Removes an element at the specified index from the list.
The element that has been removed.
If the index exceeds the list's bounds.