add(_:)
Appends a given object to the end of the mutable ordered set, if it is not already a member.
Declaration
func add(_ object: Any)Parameters
- object:
The object to add to the set.
Appends a given object to the end of the mutable ordered set, if it is not already a member.
func add(_ object: Any)The object to add to the set.