Initializer

init(object:)

Creates and returns a set that contains a single given object. ある単一の与えられたオブジェクトを含んでいる集合を作成して返します。

Declaration 宣言

convenience init(object: Any)

Parameters パラメータ

object

The object to add to the new set. object receives a retain message after being added to the set. 新しい集合に加えることになるオブジェクト。objectは、retainメッセージを、その集合に加えられた後に受け取ります。

Return Value 戻り値

A new set that contains a single member, object. ある新しい集合、それは単一のメンバ、objectを含みます。

See Also 参照

Creating a Set 集合の作成

Related Documentation 関連文書