type Diff = { matches: Boolean, diffs: Array<Difference> }
Diff Types (dw::util::Diff)
Type | Definition | Description |
---|---|---|
Diff |
Describes the entire difference between two values.
See the |
|
Difference |
|
Describes a single difference between two values at a given structure. |