init(orderedSet:)
Initializes a new ordered set with the contents of a set.
Declaration
convenience init(orderedSet set: NSOrderedSet)Parameters
- set:
A set.
Return Value
An initialized ordered set containing references to the objects in the set.
Initializes a new ordered set with the contents of a set.
convenience init(orderedSet set: NSOrderedSet)A set.
An initialized ordered set containing references to the objects in the set.