Skip to main content

tree_delta

Function tree_delta 

Source
pub fn tree_delta(anchor: &Tree, current: &Tree) -> Vec<TreeDeltaOp>
Expand description

Compute the sorted cumulative edit from anchor to current.