Variable Vector.arrayof

Vector components

struct Vector
{
  // ...
  T[size] arrayof ;
  // ...
}