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 formIntersection (JSONEncoder.OutputFormatting)
Removes all elements of this option set that are not also present in 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 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.
与えられた集合の要素をこの集合から除去します。