How can we create unique object list in Swift language like NSSet & NSMutableSet in Objective-C.
NSSet
NSMutableSet
I've built an extensive Set type similar to the built-in Array and Dictionary - here are blog posts one and two and a GitHub repository:
Set
Array
Dictionary