---
title: Elements
framework: swift
role: symbol
role_heading: Associated Type
path: swift/lazysequenceprotocol/elements-swift.associatedtype
---

# Elements

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

## Declaration

```swift
associatedtype Elements : Sequence = Self where Self.Element == Self.Elements.Element
```

## Discussion

Discussion See also: elements
