pub fn check_atomize_each<T: Atomize + Merge<T::Atom> + LatticeOrd + IsBot + Default + Clone + Debug>(
    items: &[T]
)
where T::Atom: Debug,
Expand description

Check that the atomized lattice points re-merge to form the same original lattice point, for each item in items.