macro_rules! iter {
    ($ex:expr; $v:ident in $range:expr) => { ... };
    ($ex:expr; $v:ident in $range:expr; if $cond:expr) => { ... };
}
Expand description

Creates a basic iter using the python-style list comprehension syntax