Macro monotree::max

source ·
macro_rules! max {
    ($x:expr) => { ... };
    ($x:expr, $($e:expr),+) => { ... };
}
Expand description

std::cmp::max() extension for use with multiple arguments.