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