hash

Points to the function that must produce hash code for elements of the hash table. If NULL, the pointer value is used as the hash code. Second parameter is the element for which hash code should be produced.

Declaration

var hash: ((NSHashTable<AnyObject>, UnsafeRawPointer) -> Int)?