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

describe

Points to the function that produces an autoreleased NSString * describing the given element. If NULL, then the hash table produces a generic string description. 与えられた要素を記述するオートリリースされるNSString * を生成する関数を指し示します。NULLならば、そのときハッシュテーブルはあるジェネリック文字列記述を生成します。

Declaration 宣言

var describe: ((NSHashTable<AnyObject>, UnsafeRawPointer) -> String?)?