Function lattices::test::check_all

source ยท
pub fn check_all<T: Lattice + Clone + PartialEq + Debug + Default>(items: &[T])
Expand description

Helper which calls many other check_* functions in this module. See source code for which functions are called.