Contents

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

Functions