iterator

Macro iterator 

Source
macro_rules! iterator {
    ($n:literal, $($var:ident),+) => { ... };
}