Function 関数

NSFreeHashTable(_:)

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

Declaration 宣言

func NSFreeHashTable(_ table: NSHashTable<AnyObject>)

Discussion 議論

Releases each element of the specified hash table and frees the table itself. 指定されたハッシュテーブルの各要素を解除して、テーブルそれ自体を解放します。

See Also 参照

Related Documentation 関連文書