Method ADT.Sequence()->SequenceIterator()->`<()
- Method `<
boolres =ADT.Sequence.SequenceIterator()<iter- Description
Less then operator.
- Returns
Returns true if this iterator has a lower index then
iter.
bool res = ADT.Sequence.SequenceIterator() < iter
Less then operator.
Returns true if this iterator has a lower index
then iter.