macro_rules! iter_eval {
    () => { ... };
    ($iter:expr $(, $($rem:tt)*)?) => { ... };
}