---
title: Dictionary.Element
framework: swift
role: symbol
role_heading: Type Alias
path: swift/dictionary/element
---

# Dictionary.Element

The element type of a dictionary: a tuple containing an individual key-value pair.

## Declaration

```swift
typealias Element = (key: Key, value: Value)
```
