Macro const_cmp::try_equal[][src]

macro_rules! try_equal {
    (break $ord:expr) => { ... };
    ($ord:expr) => { ... };
    (break; $ord:expr) => { ... };
}

Evaluates to $ord if it is Ordering::Equal, otherwise returns it from the enclosing function.