---
title: ReversedCollection.Iterator
framework: swift
role: symbol
role_heading: Structure
path: swift/reversedcollection/iterator
---

# ReversedCollection.Iterator

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

## Declaration

```swift
@frozen struct Iterator
```

## Topics

### Default Implementations

- [IteratorProtocol Implementations](swift/reversedcollection/iterator/iteratorprotocol-implementations.md)
- [Sequence Implementations](swift/reversedcollection/iterator/sequence-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)
- [Sequence](swift/sequence.md)
