Contents

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.

See Also

Related Documentation

Adding and removing entries