Initializer

init(array:)

Returns a counted set object initialized with the contents of a given array. 与えられた配列の内容で初期化される計数集合オブジェクトを返します。

Declaration 宣言

convenience init(array: [Any])

Parameters パラメータ

anArray

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

Return Value 戻り値

An initialized counted set object with the contents of anArray. The returned object might be different than the original receiver. anArrayの内容を持つ、初期化された計数集合オブジェクト。返されるオブジェクトは、オリジナルのレシーバとは異なるかもしれません。

See Also 参照

Initializing a Counted Set 計数集合を初期化する

Related Documentation 関連文書