Function lattices::test::check_all

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

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