Contents

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