[][src]Macro min_max::min_partial

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

Returns the maximum element of the arguments. Uses partial_min_max::min for comparison.