Diff

Undocumented in source.

Alias This

changes

Members

Aliases

ChangedLines
alias ChangedLines = Set!uint
Undocumented in source.

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
toRange
auto toRange(AbsolutePath workdir)

A range over the changes by file.

Structs

Line
struct Line
Undocumented in source.

Variables

changes
ChangedLines[Path] changes;
Undocumented in source.
rawDiff
Line[][Path] rawDiff;

The raw diff that where parsed.

Meta