Macro binary_int_cmp_ops

Source
macro_rules! binary_int_cmp_ops {
    (
        $handles:expr, $desc:expr, $ops:expr
    ) => { ... };
}