min_max

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