pub fn check_all<T: Lattice + Clone + PartialEq + Debug + Default>(items: &[T])
Helper which calls many other check_* functions in this module. See source code for which functions are called.
check_*