Contents

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.

See Also

Related Documentation

Functions