ddmp v0.0.1-0.dev.1 (2014-02-21T10:56:00Z)
Home
Dub
Repo
LinesToCharsResult
ddmp
diff
Undocumented in source.
struct
LinesToCharsResult {
string
text1
;
string
text2
;
string
[]
uniqueStrings
;
bool
opEquals
(LinesToCharsResult other);
}
Members
Functions
opEquals
bool
opEquals
(LinesToCharsResult other)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
text1
string
text1
;
Undocumented in source.
text2
string
text2
;
Undocumented in source.
uniqueStrings
string
[]
uniqueStrings
;
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