---
title: Element
framework: swift
role: symbol
role_heading: Associated Type
path: swift/sequence/element
---

# Element

A type representing the sequence’s elements.

## Declaration

```swift
associatedtype Element where Self.Element == Self.Iterator.Element
```

## See Also

### Creating an Iterator

- [makeIterator()](swift/sequence/makeiterator().md)
- [Iterator](swift/sequence/iterator.md)
