pub type NSComparator = fn(a: id, b: id) -> NSComparisonResult;Expand description
Defines the signature for a block object used for comparison operations.
pub type NSComparator = fn(a: id, b: id) -> NSComparisonResult;Defines the signature for a block object used for comparison operations.