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

# Element

A type for which the conforming type provides a containment test.

## Declaration

```swift
associatedtype Element
```

## See Also

### Testing for Membership

- [contains(_:)](swift/setalgebra/contains(_:).md)
