func NSFreeHashTable (NSHashTable<AnyObject>)
Deletes the specified hash table.
指定されたハッシュテーブルを削除します。
Availability 有効性
Technology
func NSResetHashTable(_ table: NSHashTable
<AnyObject>)
Releases each element but doesn’t deallocate table
. This function is useful for preserving the capacity of table
.
各要素を解放します、しかしtable
をデアロケートしません。この関数は、table
の収容能力を保全するのに役立ちます。
func NSFreeHashTable (NSHashTable<AnyObject>)