Skip to main content

diff

Function diff 

Source
pub fn diff(old: &VNode, new: &VNode) -> Vec<Patch>
Expand description

Compute minimal patches between two VNode trees