[][src]Macro min_max::min_max_partial

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

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