Function NSDecimalCompare

Source
pub unsafe extern "C-unwind" fn NSDecimalCompare(
    left_operand: NonNull<NSDecimal>,
    right_operand: NonNull<NSDecimal>,
) -> NSComparisonResult
👎Deprecated: renamed to NSDecimal::compare
Available on crate features NSDecimal and NSObjCRuntime only.