Macro perspective_viewer::max

source ยท
macro_rules! max {
    ($x:expr) => { ... };
    ($x:expr, $($z:expr),+ $(,)?) => { ... };
}