Diff

Struct representing one diff operation.

Constructors

this
this(Operation operation, string text)
Undocumented in source.

Members

Functions

opEquals
bool opEquals(Diff other)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

operation
Operation operation;
Undocumented in source.
text
string text;
Undocumented in source.

Meta