Method ADT.CircularList()->_remove_element()
- Method _remove_element
mixed_remove_element(intindex)- Description
Remove the values at index
indexfrom the list.- Parameter
index The index to remove.
- Returns
The removed value.
- Throws
An error if the index is out of range.