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

addingObjects(from:)

Returns a new set formed by adding the objects in a given array to the receiving set. 与えられた配列の中のオブジェクトを受け手側の集合に加えることで形成される新しい集合を返します。

Declaration 宣言

func addingObjects(from other: [Any]) -> Set<AnyHashable>

Parameters パラメータ

other

The array of objects to add to the set. 集合に加えることになるオブジェクトからなる配列。

Return Value 戻り値

A new set formed by adding the objects in other to the receiving set. otherの中のオブジェクトを受け手側の集合に加えることによって形成される新しい集合。

See Also 参照

Creating a Set 集合の作成

Related Documentation 関連文書