Function 関数

NSHashInsertKnownAbsent(_:_:)

Adds an element to the specified hash table. ある要素を、指定されたハッシュテーブルに追加します。

Declaration 宣言

func NSHashInsertKnownAbsent(_ table: NSHashTable<AnyObject>, 
                           _ pointer: UnsafeRawPointer?)

Discussion 議論

Inserts pointer, which must not be NULL, into table. Unlike NSHashInsert, this function raises NSInvalidArgumentException if table already includes an element that matches pointer. pointer、それはNULLであってはいけません、をtableへ挿入します。NSHashInsertとは違い、この関数はNSInvalidArgumentExceptionを引き起こします、もしtableが既にpointerに合致する要素を含むならば。

See Also 参照

Related Documentation 関連文書