I\'m currently enumerating through NSMutableArray (or NSMutableSet) elements to find duplicates and remove them.
NSMutableArray
NSMutableSet
For example, if array/set
A set never contains duplicate elements, so simply creating an NSMutableSet should guarantee uniqueness of values.