Initializer

init(set:copyItems:)

Initializes a new ordered set with the contents of a set, optionally copying the objects in the set. 新しい順序集合をある集合の内容で初期化します、任意にその集合の中のオブジェクトをコピーします。

Declaration 宣言

convenience init(set: Set<AnyHashable>, 
       copyItems flag: Bool)

Parameters パラメータ

set

The set. 集合。

flag

If true the objects are copied to the ordered set; otherwise false. trueならばオブジェクトは順序集合にコピーされます;それ以外ではfalse

Return Value 戻り値

An initialized ordered set containing the objects in the set. 集合の中のオブジェクトを含んでいる、初期化された順序集合。

See Also 参照

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

Related Documentation 関連文書