min_partial

Macro min_partial 

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

Returns the maximum element of the arguments. Uses partial_min_max::min for comparison.