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