Defines the "lookup object" of an enum.
enum Direction { Left, Right }; Copy
enum Direction { Left, Right };
Defines the "lookup object" of an enum.