DelIns

sealed trait DelIns extends DelInsMov

The super type of the two basic diff operations returned by Myers' Diff algorithm, Delete and Insert.

The super type of the two basic diff operations returned by Myers' Diff algorithm, Delete and Insert.

trait DelInsMov
trait Op
class Object
trait Matchable
class Any
class Delete
class Insert

Value members

Inherited methods

def baseIx: Int

the index of the first element in the base sequence that is affected by this operation

the index of the first element in the base sequence that is affected by this operation

Inherited from
Op
def count: Int
Inherited from
DelInsMov