Module compare
Expand description
Fast comparison of rope regions, principally for diffing.
Structs§
- Rope
Scanner - Utility for efficiently comparing two ropes.
Functions§
- ne_idx
- Returns the lowest
ifor whichone[i] != two[i], if one exists. - ne_
idx_ rev - Returns the lowest
isuch thatone[one.len()-i] != two[two.len()-i], if one exists.