Macro range

Source
macro_rules! range {
    ($x: expr, $y: expr, $t: ident) => { ... };
}