VecClass<T> constructor

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

Implementation

VecClass(this._type);