What is the raw/underlying type of this enum?
enum Direction { case north, south, east, west }
Int Reference: The Swift Programming Language: Language Guide: Enumerations: Raw Values
Int
Any
String
There is none