macro_rules! range { ($start:expr, $end:expr, $step:expr) => { ... }; }
Return a range with a given step.