SubVec<E> constructor

SubVec<E>(
  1. dynamic meta,
  2. PersistentVector v,
  3. int start,
  4. int end,
  5. int $UNDERSCORE_$UNDERSCORE_hash,
)

Implementation

SubVec(this.meta, this.v, this.start, this.end, this.$UNDERSCORE_$UNDERSCORE_hash, ):super();