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

remove(_:)

Removes a given object from the set. ある与えられたオブジェクトをこの集合から取り除きます。

Declaration 宣言

func remove(_ object: Any)

Parameters パラメータ

object

The object to remove from the set. この集合から削除するオブジェクト。

See Also 参照

Adding and removing entries 登録項目の追加および除去

Related Documentation 関連文書