:: a -> Set a -> Set a package:core-data

Insert a new element into the collection. Since the Set type does not allow duplicates, inserting an element already in the collection has no effect.
Remove an element from the collection if present.