min_max

Macro min_max 

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

Returns the minimum and maximum element of the arguments.