Extracted from Pike v8.0 release 28 as of 2015-08-03.
   

Method ADT.CircularList()->_remove_element()


Method _remove_element

mixed _remove_element(int index)

Description

Remove the values at index index from the list.

Parameter index

The index to remove.

Returns

The removed value.

Throws

An error if the index is out of range.