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

# Zip2Sequence.Iterator.Element

The type of element returned by next().

## Declaration

```swift
typealias Element = (Sequence1.Element, Sequence2.Element)
```
