Searched refs:opt_reduce (Results 1 – 1 of 1) sorted by relevance
1021 fn opt_reduce<T>(op: impl Fn(T, T) -> T) -> impl Fn(Option<T>, Option<T>) -> Option<T> { in reduce_with() function1030 .reduce(<_>::default, opt_reduce(&op)) in reduce_with()