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

unionSet(_:)

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

Declaration 宣言

func unionSet(_ other: Set<AnyHashable>)

Parameters パラメータ

other

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

See Also 参照

Combining and Recombining Entries 登録項目の結合と再結合