Swift enum
up:: Swift ⚐
Shorthand
Id
CaseIterable
This automatically adds the .allCases
property, which is an array of all the cases.
This makes the enum iterable:
Search
Jul 26, 2024
up:: Swift ⚐
This automatically adds the .allCases
property, which is an array of all the cases.
This makes the enum iterable: