NSOrderedMutableSet subscript setter

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

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@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@swift.org
https://lists.swift.org/mailman/listinfo/swift-corelibs-dev