init(set:)
Initializes a new ordered set with the contents of a set.
Declaration
convenience init(set: Set<AnyHashable>)Parameters
- set:
The set.
Return Value
An initialized ordered set containing the objects in the set.
Initializes a new ordered set with the contents of a set.
convenience init(set: Set<AnyHashable>)The set.
An initialized ordered set containing the objects in the set.