---
title: AllCases
framework: swift
role: symbol
role_heading: Associated Type
path: swift/caseiterable/allcases-swift.associatedtype
---

# AllCases

A type that can represent a collection of all values of this type.

## Declaration

```swift
associatedtype AllCases : Collection = [Self] where Self == Self.AllCases.Element
```

## See Also

### Accessing Cases

- [allCases](swift/caseiterable/allcases-swift.type.property.md)
