min

Macro min 

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

Find the minimum of a set of numbers