Contents

NSHashGet(_:_:)

Returns an element of the hash table.

Declaration

func NSHashGet(_ table: NSHashTable<AnyObject>, _ pointer: UnsafeRawPointer?) -> UnsafeMutableRawPointer

Return Value

The pointer in the table that matches pointer (as defined by the isEqual callback function). If there is no matching element, returns NULL.

See Also

Functions