func union(JSONEncoder.OutputFormatting) -> JSONEncoder.OutputFormatting
Returns a new option set of the elements contained in this set, in the given set, or in both.
このセットの中に、与えられたセットの中に、または両方の中に、含まれる要素からなる新しいオプションセットを返します。
func formUnion (JSONEncoder.OutputFormatting)
Inserts the elements of another set into this option set.
別のセットの要素をこのオプションセットへと挿入します。
func intersection(JSONEncoder.OutputFormatting) -> JSONEncoder.OutputFormatting
Returns a new option set with only the elements contained in both this set and the given set.
このセットと与えられたセットの両方の中に含まれる要素だけを持つ新しいオプションセットを返します。
func symmetricDifference (JSONEncoder.OutputFormatting) -> JSONEncoder.OutputFormatting
Returns a new option set with the elements contained in this set or in the given set, but not in both.
このセットの中にまたは与えられたセットの中に、しかし両方の中にではなく、含まれる要素からなる新しいオプションセットを返します。
func formSymmetricDifference (JSONEncoder.OutputFormatting)
Replaces this set with a new set containing all elements contained in either this set or the given set, but not in both.
このセットを、このセットか与えられたセットのどちらかの中に、しかし両方ではなく、含まれるすべての要素を含んでいる新しいセットで置き換えます。
func subtracting(JSONEncoder.OutputFormatting) -> JSONEncoder.OutputFormatting
Returns a new set containing the elements of this set that do not occur in the given set.
与えられた集合の中の現れないこの集合の要素を含んでいる新しい集合を返します。
func subtract(JSONEncoder.OutputFormatting)
Removes the elements of the given set from this set.
与えられた集合の要素をこの集合から除去します。