iterate
-
Arrays VS Sets In Swift
Read in this post about the differences between Array and Set in Swift and see how to perform the most basic and common operations in both.
-
Iterating Through Enum Cases With CaseIterable In Swift
It’s often needed to get enum cases as an array and iterate through them, something that’s really easy in Swift and this post shows how.