Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
ADT
ADT.Sequence

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.