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

# Dictionary.Keys.Iterator.Element

The type of element traversed by the iterator.

## Declaration

```swift
typealias Element = Key
```
