[][src]Macro next_gen::iter

macro_rules! iter {
    (
    let $var:ident = $generator:tt ( $($args:expr),* $(,)?) $(;)?
) => { ... };
}