pub fn check_lattice_properties<T: Merge<T> + Clone + Eq + Debug>(items: &[T])
Expand description

Check lattice associativity, commutativity, and idempotence.