---
title: Int8.Words.Iterator
framework: swift
role: symbol
role_heading: Type Alias
path: swift/int8/words-swift.struct/iterator
---

# Int8.Words.Iterator

A type that provides the collection’s iteration interface and encapsulates its iteration state.

## Declaration

```swift
typealias Iterator = IndexingIterator<Int8.Words>
```

## Discussion

Discussion By default, a collection conforms to the Sequence protocol by supplying IndexingIterator as its associated Iterator type.
