package spliff
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- sealed abstract class Diff[T] extends AnyRef
The result of running Myers' diff algorithm against two IndexedSeq instances.
The result of running Myers' diff algorithm against two IndexedSeq instances. Provides the basic deletes and inserts operations required to transform base into target as well as higher-level logic that refines the basic result (like detecting "move" and "replace" ops).
Instances are created with
Diff(base, target).