[][src]Macro min_max::max

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

Returns the maximum element of the arguments.