DelInsMov

sealed trait DelInsMov extends Op

The super type of Delete, Insert and Move.

The super type of Delete, Insert and Move.

trait Op
class Object
trait Matchable
class Any
trait DelIns
class Delete
class Insert
class Move

Value members

Abstract methods

def count: Int

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