Function lattices::test::check_lattice_properties

source ยท
pub fn check_lattice_properties<T: Merge<T> + Clone + PartialEq + Debug>(
    items: &[T],
)
Expand description

Check lattice associativity, commutativity, and idempotence.