Macro concrete_core::zip_args[][src]

macro_rules! zip_args {
    ($($iterator:pat),*) => { ... };
    (@zip $first:pat, $second:pat) => { ... };
    (@zip $first:pat, $($iterator:pat),*) => { ... };
}

Companion macro to flatten the iterators made with the zip