Instance Method インスタンスメソッド

union(_:)

Adds each object in another given set to the receiving set, if not present. 別の与えられた集合の中の各オブジェクトを受け手側の集合に加えます、もし存在しないならば。

Declaration 宣言

func union(_ otherSet: Set<AnyHashable>)

Parameters パラメータ

otherSet

The set of objects to add to the receiving set. 受け手側の集合に加えることになるオブジェクトからなる集合。

See Also 参照

Combining and recombining sets 集合の結合と再結合

Related Documentation 関連文書