Advanced Enumerations (compatible with Python's stdlib Enum), NamedTuples, and NamedConstants
An Enum is a set of symbolic names (members) bound to unique, constant values. Within an enumeration, the members can be compared by identity, and the enumeration itself can be iterated over.