VecClass<T> constructor

const VecClass<T>(
  1. CType<T> _type
)

Implementation

const VecClass(this._type);