Method ADT.Sequence()->`-()
- Method `-
Sequence res = ADT.Sequence() - coll
- Description
Subtraction operator
Removes those values in this sequence that also are present in @coll and return the results as a new Sequence.
- Parameter coll
The sequence to subtract from this sequence.
- Returns
The result of the subtraction as a new Sequence.