PersistentVector<E> constructor
PersistentVector<E> (
- dynamic meta,
- int cnt,
- int shift,
- VectorNode root,
- List tail,
- int $UNDERSCORE_$UNDERSCORE_hash,
Implementation
PersistentVector(this.meta, this.cnt, this.shift, this.root, this.tail, this.$UNDERSCORE_$UNDERSCORE_hash, ):super();