Macro binary_float_cmp_ops

Source
macro_rules! binary_float_cmp_ops {
    (
        $name:ident,
        $ops:expr
    ) => { ... };
}