Contents

remove(_:)

Removes a given object from the set.

Declaration

func remove(_ object: Any)

Parameters

  • object:

    The object to remove from the set.

See Also

Related Documentation

Adding and removing entries