pub fn tree_diff<'a, 'f, A: Facet<'f>, B: Facet<'f>>( a: &'a A, b: &'a B, ) -> Vec<EditOp>
Compute the tree diff between two Facet values.