with_range

Macro with_range 

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