How CaseIterable Works Internally In Swift
swiftrocks.comCaseIterable is a simple protocol which solves the common problem of needing access to an array containing all the cases of a certain enum. This post reveals how caseIterable works internally in Swift.
Read more...