---
title: Dictionary.Values.Iterator.Element
framework: swift
role: symbol
role_heading: Type Alias
path: swift/dictionary/values-swift.struct/iterator/element
---

# Dictionary.Values.Iterator.Element

The type of element traversed by the iterator.

## Declaration

```swift
typealias Element = Value
```
