mixed _remove_element(int index)
Remove the values at index index from the list.
The index to remove.
The removed value.
An error if the index is out of range.