The power of switch statements in Swift
John Sundell looks at Swift switch statements, and demonstrates how versatile and powerful they can be, especially when combined with types defined using enums, tuples, and sets.
Posted on October 8, 2017
#switch
#enum
#set