Method ADT.CircularList()->first()
- Method
first
__deprecated__
CircularListIterator
first()- Description
Create and initiate a new CircularListIterator that could be used to iterate over this list.
- Returns
An iterator positioned before the first element of the list.
- Deprecated
Replaced by _get_iterator.
With the Pike 8.1 and later iterator API this is identical to last() and _get_iterator().
- See also