Returns a new set with the elements that are either in this set or in the given set, but not in both.
この集合の中か与えられた集合の中かどちらかの、しかし両方の中にではない要素を持つ新しい集合を返します。
A set of the same type as the current set.
現在の集合と同じ型の集合。
Return Value
戻り値
A new set.
新しい集合。
Discussion
解説
In the following example, the eitherNeighborsOrEmployees set is made up of the elements of the employees and neighbors sets that are not in both employeesandneighbors. In particular, the names "Bethany" and "Eric" do not appear in eitherNeighborsOrEmployees.
以下の例において、eitherNeighborsOrEmployees集合はemployeesとneighbors集合の要素で、employeesおよびneighborsの両方の中にはないものから作り上げられます:個別的には、名前"Bethany"と"Eric"は、eitherNeighborsOrEmployeesの中に現れません。
Returns a new option set with the elements contained 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.
与えられた集合の中にもあるこの集合の要素を削除します、そして与えられた集合のメンバでこの集合の中にはまだないものを加えます。