pub fn reduce<F, T>(f: F, init: T, xs: &Vec<T>) -> Twhere
    F: Fn(T, T) -> T,
    T: Real,
Expand description

Explicit version of reduce