min

Macro min 

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

Returns the minimum element of the arguments.