Macro debug_assert_abs_diff_ne

Source
macro_rules! debug_assert_abs_diff_ne {
    ($($arg:tt)*) => { ... };
}
👎Deprecated: Please rename from debug_assert_abs_diff_ne into debug_assert_abs_diff_ne_x.
Expand description

Assert an absolute difference is not equal to an expression.

Deprecated. Please rename from debug_assert_abs_diff_ne into debug_assert_abs_diff_ne_x.