---
title: PrefixSequence.Element
framework: swift
role: symbol
role_heading: Type Alias
path: swift/prefixsequence/element
---

# PrefixSequence.Element

A type representing the sequence’s elements.

## Declaration

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