Function trivial_merge

Source
pub fn trivial_merge<T>(values: &[T]) -> Option<&T>
where T: Eq + Hash,
Expand description

Attempt to resolve trivial conflicts between the inputs. There must be an odd number of terms.