Function peroxide::structure::vector::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