---
title: makeIterator()
framework: foundation
role: symbol
role_heading: Instance Method
path: foundation/nsorderedset/makeiterator()
---

# makeIterator()

Return an iterator over the elements of this sequence.

## Declaration

```swift
func makeIterator() -> NSFastEnumerationIterator
```

## Discussion

Discussion Complexity: O(1).
