---
title: StrideToIterator
framework: swift
role: symbol
role_heading: Structure
path: swift/stridetoiterator
---

# StrideToIterator

An iterator for a StrideTo instance.

## Declaration

```swift
@frozen struct StrideToIterator<Element> where Element : Strideable
```

## Topics

### Default Implementations

- [IteratorProtocol Implementations](swift/stridetoiterator/iteratorprotocol-implementations.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [Escapable](swift/escapable.md)
- [IteratorProtocol](swift/iteratorprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Indices and Iterators

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