NSHashRemove(_:_:)
Removes an element from the specified hash table.
Declaration
func NSHashRemove(_ table: NSHashTable<AnyObject>, _ pointer: UnsafeRawPointer?)Discussion
If pointer matches an item already in table, this function releases the preexisting item.
See Also
Related Documentation
Functions
NSAllHashTableObjects(_:)NSCompareHashTables(_:_:)NSCopyHashTableWithZone(_:_:)NSCountHashTable(_:)NSCreateHashTable(_:_:)NSCreateHashTableWithZone(_:_:_:)NSEndHashTableEnumeration(_:)NSEnumerateHashTable(_:)NSFreeHashTable(_:)NSHashGet(_:_:)NSHashInsert(_:_:)NSHashInsertIfAbsent(_:_:)NSHashInsertKnownAbsent(_:_:)NSNextHashEnumeratorItem(_:)NSResetHashTable(_:)