remove(_:) Removes a given object from the set. Declarationfunc remove(_ object: Any) Parametersobject: The object to remove from the set. See AlsoRelated Documentationminus(_:)intersect(_:)Adding and removing entriesadd(_:)filter(using:)removeAllObjects()addObjects(from:)