Diff

Struct representing one diff operation.

struct Diff {
Operation operation;
string text;
}

Meta