Method ADT.CircularList()->_get_iterator()
- Method _get_iterator
ADT.CircularList a;
foreach( a; index; value ) orCircularListIterator_get_iterator(void|intind)- Description
Create and initiate a new CircularListIterator that could be used to iterate over this list.
- Parameter
ind If an
indvalue is supplied the iterator will be positioned at that index.- Returns
An iterator.