[][src]Macro monotree::max

macro_rules! max {
    ($x:expr) => { ... };
    ($x:expr, $($e:expr),+) => { ... };
}

std::cmp::max() extension for use with multiple arguments.