I can create a union of NSSets using setByAddingObjectsFromSet: but there is no equivalent method in NSOrderedSet. I could temporarily convert to NSSets to perform the union but would expect then to lose order.
I can create a union of NSSets using setByAddingObjectsFromSet: but there is no equivalent
Share
You might like
unionOrderedSetfromNSMutableOrderedSet.