Insert

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

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

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

Value Params
baseIx

the index of the element in the base sequence where the new elements are inserted

count

the number of elements in the inserted chunk

targetIx

the index of the first element in the target sequence that is inserted

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