---
title: Element
framework: swift
role: symbol
role_heading: Associated Type
path: swift/iteratorprotocol/element
---

# Element

The type of element traversed by the iterator.

## Declaration

```swift
associatedtype Element
```
