Enumerations
- Q219: What do I get for free with an EK9 enumeration?
- Q220: How do I navigate between enum values in EK9?
- Q221: How can I compare an enum directly to a string in EK9?
- Q222: What happens when an EK9 enum is unset?
- Q223: How do I create a subset of enum values in EK9?
- Q224: How do I use enums with stream pipelines in EK9?
- Q225: How do I associate data or behaviour with enum values in EK9?
- Q226: How does EK9 prevent common enum bugs?
- Q746: How do I migrate Swift enum associated values to EK9?
- Q1170: Use an enumeration value in a switch statement to select behaviour.
- Q1177: Use fully qualified enum values in a switch to map Direction to its opposite.