Method ADT.Sequence()->_remove_element()
- Method _remove_element
mixed_remove_element(intindex)- Description
Remove the values at index
indexfrom the sequence.- Parameter
index The index to remove.
- Returns
The removed value.
mixed _remove_element(int index)
Remove the values at index index from the sequence.
indexThe index to remove.
The removed value.