init(orderedSet:copyItems:)
Initializes a new ordered set with the contents of a set, optionally copying the items.
Declaration
convenience init(orderedSet set: NSOrderedSet, copyItems flag: Bool)Parameters
Return Value
An initialized ordered set containing the objects in the set.