Method ADT.Sequence()->first()

class ADT.Sequence

Method first

SequenceIterator first()

Description

Create and initiate a new SequenceIterator that could be used to iterate over this sequence.

Returns

An iterator positioned at the first element in the sequence.