func NSResetHashTable (NSHashTable<AnyObject>)
Deletes the elements of the specified hash table.
指定されたハッシュテーブルの要素を削除します。
Availability 有効性
Technology
func NSFreeHashTable(_ table: NSHashTable
<AnyObject>)
Releases each element of the specified hash table and frees the table itself. 指定されたハッシュテーブルの各要素を解除して、テーブルそれ自体を解放します。
func NSResetHashTable (NSHashTable<AnyObject>)