Method ADT.Sequence()->delete_value()
- Method delete_value
intdelete_value(mixedvalue)- Description
Remove the first occurrence of the value
valuefrom the sequence.- Parameter
value The value to remove from the sequence.
- Returns
The index of the removed element or -1 if there was no value to remove.