Macro cmp

Source
macro_rules! cmp {
    ($lhs:expr, $op:expr , $rhs:expr) => { ... };
}