chain_iters

Macro chain_iters 

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