I have NSMutableSet of objects. All objects are unique obviously, but they might have same .angle value, which is NSInteger property.
I need to find out if there are two or more objects with the same .angle value and group then into an array.
How can i do that?
Any guidance would be much appreciated