Skip to main content
Journey Uncommon Logo
JourneyUncommon
easySwiftenums with associated valuesSingle-choice MCQ

Why does this enum declaration fail to compile?

enum Reading: Int { case low(Int) case high(Int) }