Op

sealed trait Op

An ADT for all "operations" the diff algorithm can derive.

An ADT for all "operations" the diff algorithm can derive.

Companion
object
class Object
trait Matchable
class Any
trait DelInsMov
trait DelIns
class Delete
class Insert
class Move
class Replace

Value members

Abstract 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