TransientVector constructor
TransientVector(
- int cnt,
- int shift,
- dynamic edit,
- VectorNode root,
- List tail,
Implementation
TransientVector(this.cnt, this.shift, this.edit, this.root, this.tail, ):super();