TransientVector constructor

TransientVector(
  1. int cnt,
  2. int shift,
  3. dynamic edit,
  4. VectorNode root,
  5. List tail,
)

Implementation

TransientVector(this.cnt, this.shift, this.edit, this.root, this.tail, ):super();