Function slice_diff_patch::diff_changes
source · [−]Expand description
Convert a slice of diff::Result
into a Vec<Change>
.
Note that unlike wu_changes
, b
is not needed to clone inserted items because they are
included in the diff::Result
.