Chapter 15: Enumerations
大綱
Declaring an enumeration
Deciphering an enumeration in a function
Code completion prevents typos
Raw values
Accessing the raw value
Initializing with the raw value
String raw values
Unordered raw values
Associated values
Enumeration as state machine
Iterating through all cases
Enumerations without any cases
Optionals
Key points
Last updated