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.
ポインタのサイズを決定するのに使われる関数。
var descriptionFunction : ((UnsafeRawPointer) -> String?)?
The function used to describe elements.
要素を記述するのに使われる関数。