> On Mar 18, 2016, at 1:18 PM, Pushkar N Kulkarni via swift-corelibs-dev
> wrote:
>
> I am trying to implement some of the methods and properties in NSOrderedSet.
>
> The read-only property "reversedOrderedSet" has the @NSCopying attribute
> according to the NSOrderedSet class reference.
>
I am trying to implement some of the methods and properties in NSOrderedSet. The read-only property "reversedOrderedSet" has the @NSCopying attribute according to the NSOrderedSet class reference. So, I tried to do this: @NSCopying public var reversedOrderedSet: NSOrderedSet { return NSOrderedSe