Initializer

init(object:)

Initializes a new ordered set with the object. 新しい順序集合をこのオブジェクトで初期化します。

Declaration 宣言

convenience init(object: Any)

Parameters パラメータ

object

The object to add to the new ordered set 新しい順序集合に加えられることになるオブジェクト。

Return Value 戻り値

A new ordered set that contains a single member, object. ある単一のメンバ、objectを含んでいる新しい順序集合。

See Also 参照

Initializing an Ordered Set 順序集合を初期化する

Related Documentation 関連文書