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

add(_:)

Appends a given object to the end of the mutable ordered set, if it is not already a member. 与えられたオブジェクトを可変の順序集合の終わりに追加します、もしそれがまだメンバーでないならば。

Declaration 宣言

func add(_ object: Any)

Parameters パラメータ

object

The object to add to the set. 集合に加えることになるオブジェクト。

See Also 参照

Adding, Removing, and Reordering Entries 登録項目の追加、除去、そして再配列