A set of the same type as the current set.
現在の集合と同じ型の集合。
Return Value
戻り値
A new set with the unique elements of this set and other.
この集合とotherとの特有な要素を持つ新しい集合。
Discussion
解説
In the following example, the attendeesAndVisitors set is made up of the elements of the attendees and visitors sets:
以下の例において、attendeesAndVisitors集合はattendeesとvisitors集合の要素から作り上げられます:
If the set already contains one or more elements that are also in other, the existing members are kept.otherの中にもある1つ以上の要素をこの集合がすでに含むならば、既存のメンバはそのままにしておかれます。
Returns a new option set of the elements contained in this set, in the given set, or in both.
このセットの中に、与えられたセットの中に、または両方の中に、含まれる要素からなる新しいオプションセットを返します。
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.
与えられた集合の中にもあるこの集合の要素を削除します、そして与えられた集合のメンバでこの集合の中にはまだないものを加えます。