---
title: allCases
framework: swift
role: symbol
role_heading: Type Property
path: swift/caseiterable/allcases-swift.type.property
---

# allCases

A collection of all values of this type.

## Declaration

```swift
static var allCases: Self.AllCases { get }
```

## See Also

### Accessing Cases

- [AllCases](swift/caseiterable/allcases-swift.associatedtype.md)
