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