GroupListIterator
The GroupListIterator class provides sequential iteration over a GroupList.
class GroupListIterator
info
This class cannot be instantiated directly. Instances are returned by GroupList.iterator.
Properties
has_next
has_next: Bool { get }
Whether the iterator has more groups to yield.
Methods
next
next() -> (Group)
Advances the iterator and returns the next Group.