peroxide::structure::vector

Function reduce

Source
pub fn reduce<F, T>(f: F, init: T, xs: &[T]) -> T
where F: Fn(T, T) -> T, T: Copy,
Expand description

Explicit version of reduce