---
title: StrideThrough.Iterator
framework: swift
role: symbol
role_heading: Type Alias
path: swift/stridethrough/iterator
---

# StrideThrough.Iterator

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

## Declaration

```swift
typealias Iterator = StrideThroughIterator<Element>
```
