Return Value 戻り値
A new option set with only the elements contained in either this set or other
, but not in both.
この集合またはother
のどちらかに、しかし両方にではなく含まれる要素のみをもつ新しいオプションセット。
Availability 有効性
Technology
func symmetricDifference(_ other: Self) -> Self
A new option set with only the elements contained in either this set or other
, but not in both.
この集合またはother
のどちらかに、しかし両方にではなく含まれる要素のみをもつ新しいオプションセット。
other
An option set. あるオプションセット。