choose_min_max

Macro choose_min_max 

Source
macro_rules! choose_min_max {
    (min) => { ... };
    (max) => { ... };
}