ddmp v0.0.1-0.dev.1 (2014-02-21T10:56:00Z)
Home
Dub
Repo
Diff
ddmp
diff
Struct representing one diff operation.
struct
Diff {
Operation
operation
;
string
text
;
this
(Operation operation, string text);
string
toString
();
bool
opEquals
(Diff other);
}
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
Source
See Implementation
ddmp
diff
enums
Operation
functions
bisect
bisectSplit
charsToLines
cleanupEfficiency
cleanupMerge
cleanupSemantic
cleanupSemanticLossless
cleanupSemanticScore
commonOverlap
commonPrefix
commonSuffix
computeDiffs
diff_lineMode
diff_main
diff_text1
diff_text2
fromDelta
halfMatch
halfMatchI
levenshtein
linesToChars
linesToCharsMunge
toDelta
xIndex
static functions
unescapeForEncodeUriCompatability
structs
Diff
HalfMatch
LinesToCharsResult
variables
DIFF_EDIT_COST
diffTimeout
Struct representing one diff operation.