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

# EnumeratedSequence.Iterator.Element

The type of element returned by next().

## Declaration

```swift
typealias Element = (offset: Int, element: Base.Element)
```
