Which statement about enums is false?
Option is an enum type.
the term enum is short for enummap
Enums are useful in matching patterns.
Enum variants can have different types with associated data.