Macro minmax

Source
macro_rules! minmax {
    ($($t:tt)*) => { ... };
}