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

addObjects(from:)

Adds to the set each object contained in a given array that is not already a member. この集合に、ある与えられた配列の中に含まれる各オブジェクトでまだメンバでないものを加えます。

Declaration 宣言

func addObjects(from array: [Any])

Parameters パラメータ

array

An array of objects to add to the set. 集合に加える、いくつかのオブジェクトからなる配列。

See Also 参照

Adding and removing entries 登録項目の追加および除去

Related Documentation 関連文書