---
title: FlattenSequence.Element
framework: swift
role: symbol
role_heading: Type Alias
path: swift/flattensequence/element
---

# FlattenSequence.Element

A type representing the sequence’s elements.

## Declaration

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