macro_rules! chain_iters { ( $first:expr, $( $rest:expr ),+ $(,)? ) => { ... }; ( $iter:expr ) => { ... }; }