Macro probor::_probor_max [] [src]

macro_rules! _probor_max {
    () => { ... };
    ($n:expr, $($tail:expr,)*) => { ... };
}