macro_rules! zip_with {
($vec:expr, $($move:ident)? |$($i:ident),+ $(,)?| $($work:tt)*) => { ... };
}Expand description
A wrapper around try_zip_with for infallible mapping
macro_rules! zip_with {
($vec:expr, $($move:ident)? |$($i:ident),+ $(,)?| $($work:tt)*) => { ... };
}A wrapper around try_zip_with for infallible mapping