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

add(_:)

Adds a given object to the 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 and removing entries 登録項目の追加および除去

Related Documentation 関連文書