many_max

Macro many_max 

Source
macro_rules! many_max {
    ($x: expr) => { ... };
    ($x: expr, $($z: expr),+) => { ... };
}
Expand description

maximum of multiple items by recursively calling std::cmp::max