Function 関数

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. テーブルの中のポインタで、pointerに合致するもの(isEqualコールバック関数によって定義されるとおりに)。合致する要素がないならば、NULLを返します。