min_max_generic

Macro min_max_generic 

Source
macro_rules! min_max_generic {
    ($VALUE:expr, $DELTA:expr, $OP:ident) => { ... };
}