How to use Sets in Swift
Set are basically a collection of items that aren’t ordered but are unique. Let's go over different operations/functions that Swift has when it comes to Sets.
Creating a Set
Initialize an empty set
Sets in swift are of a generic nature so they can ho...
swiftbyshanks.hashnode.dev6 min read