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

hash

Points to the function which must produce hash code for key elements of the map 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: ((NSMapTable<AnyObject, AnyObject>, UnsafeRawPointer) -> Int)?