Function lattices::test::check_atomize_each
source ยท pub fn check_atomize_each<T: Atomize + Merge<T::Atom> + LatticeOrd + IsBot + Default + Clone + Debug>(
items: &[T],
)
Expand description
Check that the atomized lattice points re-merge to form the same original lattice point, for each item in items
.