TLO:setiterator

From the wonderful RedGuides Wiki

Holds the "setiterator" datatype

This TLO is added by MQ2Collections

Forms

Access to Types

Type Description
setiterator A setiterator implements a forward iterator over the set type. A forward iterator is an iterator that can only be incremented. Invoking Advance on the iterator will position the iterator on the next element with a value lexicographically greater than the current element. If there is no next element, the iterator will be positioned on the end of the set and IsEnd will be true.

See also