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

# Dictionary.Values.Iterator

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

## Declaration

```swift
@frozen struct Iterator
```

## Overview

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

## Topics

### Instance Methods

- [next()](swift/dictionary/values-swift.struct/iterator/next().md)

### Type Aliases

- [Dictionary.Values.Iterator.Element](swift/dictionary/values-swift.struct/iterator/element.md)

## Relationships

### Conforms To

- [IteratorProtocol](swift/iteratorprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
