---
title: Dictionary.Iterator
framework: swift
role: symbol
role_heading: Structure
path: swift/dictionary/iterator
---

# Dictionary.Iterator

An iterator over the members of a Dictionary<Key, Value>.

## Declaration

```swift
@frozen struct Iterator
```

## Topics

### Default Implementations

- [CustomReflectable Implementations](swift/dictionary/iterator/customreflectable-implementations.md)
- [IteratorProtocol Implementations](swift/dictionary/iterator/iteratorprotocol-implementations.md)

## Relationships

### Conforms To

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

## See Also

### Supporting Types

- [Dictionary.Keys](swift/dictionary/keys-swift.struct.md)
- [Dictionary.Values](swift/dictionary/values-swift.struct.md)
- [Dictionary.Index](swift/dictionary/index.md)
- [Dictionary.Indices](swift/dictionary/indices.md)
