[][src]Macro min_max::min_max

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

Returns the minimum and maximum element of the arguments.