[][src]Macro min_max::min

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

Returns the minimum element of the arguments.