Vec<T> static method

VecClass<T> Vec<T>(
  1. CType<T> type
)

Implementation

static VecClass<T> Vec<T>(CType<T> type) => VecClass(type);