Re: [swift-evolution] [swigt-evolution] [Pitch] Make NSOrderedSet behave like any other collections from Foundation

2016-06-21 Thread Brent Royal-Gordon via swift-evolution
> We’re thinking about it but there are no plans for Swift 3 in this respect I didn't mean to imply otherwise. What I was trying to say is that it's on your team's radar and trying to propose it probably won't be especially helpful. -- Brent Royal-Gordon Sent from my iPhone

Re: [swift-evolution] [swigt-evolution] [Pitch] Make NSOrderedSet behave like any other collections from Foundation

2016-06-21 Thread Tony Parker via swift-evolution
Hi Remy, Brent, We’re thinking about it but there are no plans for Swift 3 in this respect (although I think we’re going to keep the NS prefix on these types). One of the complexities with this type is its performance characteristics, especially when used with CoreData (the reason it was

Re: [swift-evolution] [swigt-evolution] [Pitch] Make NSOrderedSet behave like any other collections from Foundation

2016-06-17 Thread Brent Royal-Gordon via swift-evolution
> Unlike its companion collections like NSArray, NSDictionary, and NSSet, > NSOrdered is still a class rather than a struct and has a subclass that is > still NSMutableOrderedSet. This should probably receive the same treatment as > the other classes Swift Evolution proposal SE-0069