func union(Set<AnyHashable>)
Adds each object in another given set to the receiving set, if not present.
別の与えられた集合の中の各オブジェクトを受け手側の集合に加えます、もし存在しないならば。
func minus(Set<AnyHashable>)
Removes each object in another given set from the receiving set, if present.
別の与えられた集合の中の各オブジェクトを受け手側の集合から取り除きます、もし存在するならば。
func setSet (Set<AnyHashable>)
Empties the receiving set, then adds each object contained in another given set.
受け手側の集合を空にします、それから別の与えられた集合に含まれる各オブジェクトを加えます。