Function cop::fold_right1[][src]

pub fn fold_right1<T>(vec: Vec<T>, f: impl Fn(T, T) -> T) -> Option<T>