---
title: SetIterator
framework: swift
role: symbol
role_heading: Type Alias
path: swift/setiterator
---

# SetIterator

## Declaration

```swift
typealias SetIterator<Element> = Set<Element>.Iterator where Element : Hashable
```

## See Also

### Indices and Iterators

- [IteratorSequence](swift/iteratorsequence.md)
- [IndexingIterator](swift/indexingiterator.md)
- [EnumeratedIterator](swift/enumeratediterator.md)
- [StrideThroughIterator](swift/stridethroughiterator.md)
- [StrideToIterator](swift/stridetoiterator.md)
