[swift-corelibs-dev] NSOrderedMutableSet subscript setter

Tony Parker anthony.parker at apple.com
Tue Mar 14 11:04:14 CDT 2017


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 at swift.org> wrote:
> 
> 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
> 
> _______________________________________________
> swift-corelibs-dev mailing list
> swift-corelibs-dev at swift.org
> https://lists.swift.org/mailman/listinfo/swift-corelibs-dev



More information about the swift-corelibs-dev mailing list