Function 関数

NSResetHashTable(_:)

Deletes the elements of the specified hash table. 指定されたハッシュテーブルの要素を削除します。

Declaration 宣言

func NSResetHashTable(_ table: NSHashTable<AnyObject>)

Discussion 議論

Releases each element but doesn’t deallocate table. This function is useful for preserving the capacity of table. 各要素を解放します、しかしtableをデアロケートしません。この関数は、tableの収容能力を保全するのに役立ちます。

See Also 参照

Related Documentation 関連文書