PersistentVector<E> constructor

PersistentVector<E>(
  1. dynamic meta,
  2. int cnt,
  3. int shift,
  4. VectorNode root,
  5. List tail,
  6. int $UNDERSCORE_$UNDERSCORE_hash,
)

Implementation

PersistentVector(this.meta, this.cnt, this.shift, this.root, this.tail, this.$UNDERSCORE_$UNDERSCORE_hash, ):super();