Enum
Allows storing a group of related values under a single variable.
obj Enum { rawValue: str }
rawValue - Enumerator string representation.
Enum.str()
Returns a string representation.
fn Enum.str () str