Function consalign::prescan

pub fn prescan<T, F>(a: &mut [T], neutral: T, op: F)where
    T: Copy,
    F: Fn(T, T) -> T,