zip_with

Macro zip_with 

Source
macro_rules! zip_with {
    ($vec:expr, $($move:ident)? |$($i:ident),+ $(,)?| $($work:tt)*) => { ... };
}
Expand description

A wrapper around try_zip_with for infallible mapping