delta_diff library
Classes
- DeltaCompareDiffResult
-
This class represents the result of comparing two Deltas, specifically
the list of differences between them. It stores the differences as a
list of
DeltaDiffPartobjects, which represent the individual parts of the diff between the two Deltas. - DeltaDiffPart
- A class that represents a part of the difference between two Deltas.