---
title: EnumeratedSequence.Element
framework: swift
role: symbol
role_heading: Type Alias
path: swift/enumeratedsequence/element
---

# EnumeratedSequence.Element

A type representing the sequence’s elements.

## Declaration

```swift
typealias Element = EnumeratedSequence<Base>.Iterator.Element
```
