Delete

final case class Delete(baseIx: Int, count: Int) extends DelIns

Represents a number of contiguous elements that is present in the base sequence but not in the target.

Represents a number of contiguous elements that is present in the base sequence but not in the target.

Value Params
baseIx

the index of the first element in the base sequence that is deleted

count

the number of elements in the deleted chunk

trait Serializable
trait Product
trait Equals
trait DelIns
trait DelInsMov
trait Op
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product