peroxide::structure::vector

Function zip_with

Source
pub fn zip_with<F, T>(f: F, xs: &[T], ys: &[T]) -> Vec<T>
where F: Fn(T, T) -> T, T: Default + Copy,
Expand description

Explicit version of zip_with