Macro iota

Source
macro_rules! iota {
    ($value:expr) => { ... };
    ($first:expr, $last:expr) => { ... };
}