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番目のパラメータは、それに対してハッシュコードが生成されるべきところの要素です。
Availability 有効性
- iOS 12.0+
- iPadOS 12.0+
- macOS 10.0+
- Mac Catalyst 13.0+
- tvOS 12.0+
- watchOS 5.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
var hash: ((NSMapTable
<AnyObject, AnyObject>, UnsafeRawPointer
) -> Int
)?