Pike v8.0 release 1738

Class ADT.Sequence()->SequenceIterator

Description

This is the iterator for the Sequence. It implements the IndexIterator and the OutputIterator


Method create

ADT.Sequence.SequenceIterator ADT.Sequence.SequenceIterator(object sequence, void|int start)

Description

Creates a new iterator for the sequence sequence. If start is supplied it will try to position the iterator at start.