A set of the same type as the current set.
現在の集合と同じ型の集合。
Discussion
解説
In the following example, the elements of the employees set that are not also members of the neighbors set are removed. In particular, the names "Alicia", "Chris", and "Diana" are removed.
次の例において、employees集合の要素でまたneighbors集合のメンバではないものは削除されます。個別的には、名前"Alicia"、"Chris"、そして"Diana"は、削除されます。
Returns a new set with the elements that are either in this set or in the given set, but not in both.
この集合の中か与えられた集合の中かどちらかの、しかし両方の中にではない要素を持つ新しい集合を返します。
Removes the elements of the set that are also in the given set and adds the members of the given set that are not already in the set.
与えられた集合の中にもあるこの集合の要素を削除します、そして与えられた集合のメンバでこの集合の中にはまだないものを加えます。