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

union(_:)

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

Declaration 宣言

func union(_ other: NSOrderedSet)

Parameters パラメータ

other

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

See Also 参照

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