Instance Property インスタンスプロパティ

hash

Points to the function that must produce hash code for elements of the hash table. If NULL, the pointer value is used as the hash code. Second parameter is the element for which hash code should be produced. ハッシュテーブルの要素に対するハッシュコードを生成すべき関数を指し示します。NULLならば、ポインタ値はハッシュコードとして使われます。2番目のパラメータは、それに対してハッシュコードが生成されるべきところの要素です。

Declaration 宣言

var hash: ((NSHashTable<AnyObject>, UnsafeRawPointer) -> Int)?