init(object:)
Initializes a new ordered set with the object.
Declaration
convenience init(object: Any)Parameters
- object:
The object to add to the new ordered set
Return Value
A new ordered set that contains a single member, object.
Initializes a new ordered set with the object.
convenience init(object: Any)The object to add to the new ordered set
A new ordered set that contains a single member, object.