[][src]Macro chain_one::iter

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