---
title: LazyPrefixWhileSequence.Elements
framework: swift
role: symbol
role_heading: Type Alias
path: swift/lazyprefixwhilesequence/elements
---

# LazyPrefixWhileSequence.Elements

A Sequence that can contain the same elements as this one, possibly with a simpler type.

## Declaration

```swift
typealias Elements = LazyPrefixWhileSequence<Base>
```

## Discussion

Discussion See also: elements
