Method ADT.CircularList()->last()


Method last

__deprecated__ CircularListIterator last()

Description

Create and initiate a new CircularListIterator that could be used to iterate over this list.

Returns

An iterator positioned after the last element of the list.

Deprecated

Replaced by _get_iterator.

With the Pike 8.1 and later iterator API this is identical to first() and _get_iterator().

See also

_get_iterator(), first()