[][src]Macro cgmath::assert_abs_diff_ne

macro_rules! assert_abs_diff_ne {
    ($ given : expr, $ expected : expr $ (, $ opt : ident = $ val : expr) *) => { ... };
    ($ given : expr, $ expected : expr $ (, $ opt : ident = $ val : expr) *,) => { ... };
}

An assertion that delegates to abs_diff_ne!, and panics with a helpful error on failure.