
Sets in Swift
You may have come across the concept of Arrays and Dictionaries, two primitive
types of collecting and storing the values, but there is a third one in the
group called Sets. These three types are together referred to as Collection
Types.
If you're unfamiliar with Arrays and Dictionaries, we strongly