Enums Key Points: Enumerations allow you to collect a set of values under one typeThis might be a good time to compare Structs and Enums: In both, associated functions are defined within an block.