zip_with_macro

Macro zip_with_macro 

Source
macro_rules! zip_with_macro {
    ($f:expr, $a:expr, $b:expr) => { ... };
}