Re: [swift-corelibs-dev] NSOrderedMutableSet subscript setter

2017-03-14 Thread Tony Parker via swift-corelibs-dev
Hi Richard, I suspect the importer must be adding this due to the presence of API like objectAtIndex: on the NSOrderedSet API. If we’re missing it in swift-corelibs-foundation but it exists on Darwin, we should add it. - Tony > On Mar 14, 2017, at 7:02 AM, Richard Wei via swift-corelibs-dev

[swift-corelibs-dev] NSOrderedMutableSet subscript setter

2017-03-14 Thread Richard Wei via swift-corelibs-dev
Hello corelibs-dev, There is a subscript setter in `NSOrderedMutableSet` on Darwin platforms but not on Linux. Neither does the setter exist in Developer Documentation or swft-corelibs-foundation. Is it implicitly bridged from ObjC somehow? -Richard