Extracted from Pike v8.0 release 164 as of 2016-04-05.
   

Method ADT.Sequence()->_remove_element()


Method _remove_element

mixed _remove_element(int index)

Description

Remove the values at index index from the sequence.

Parameter index

The index to remove.

Returns

The removed value.