[][src]Macro min_max::max_partial

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