Enums
Enums with initializers
Enums can be declared with initializers. This is useful for creating enums of strings, or with specific number values.
Contents
Enums can be declared with initializers. This is useful for creating enums of strings, or with specific number values.