What is the raw/underlying type of this enum?swiftenum Direction { case north, south, east, west}

🎲 Try a Random Question  |  Total Questions in Quiz: 69  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Swift Programming Quiz — practice the complete quiz, review flashcards, or try a random question.

Swift Programming  MCQs For LinkedIn Skill Assessments.


What is the raw/underlying type of this enum?<br>swift<br>enum Direction {<br> case north, south, east, west<br>}<br>