Contents

NSIndexSetIterator

An iterator suitable for enumerating the elements of an index set.

Declaration

struct NSIndexSetIterator

Overview

You typically obtain an index set iterator by calling the makeIterator() function of an NSIndexSet instance.

See Also

Iteration