Method ADT.Sequence()->last()
- Method
last
 SequenceIteratorlast()- Description
 Create and initiate a new SequenceIterator that could be used to iterate over this sequence.
- Returns
 An iterator positioned after the last element in the sequence.
SequenceIterator last()
Create and initiate a new SequenceIterator that could be used to iterate over this sequence.
An iterator positioned after the last element in the sequence.