var hashFunction : ((UnsafeRawPointer, ((UnsafeRawPointer) -> Int)?) -> Int)?
The hash function.
ハッシュ関数。
var isEqualFunction : ((UnsafeRawPointer, UnsafeRawPointer, ((UnsafeRawPointer) -> Int)?) -> ObjCBool)?
The function used to compare pointers.
ポインタを比較するのに使われる関数。
var sizeFunction : ((UnsafeRawPointer) -> Int)?
The function used to determine the size of pointers.
ポインタのサイズを決定するのに使われる関数。