Variable Vec._rep

struct Vec
{
  // ...
  T[N] _rep = 0;
  // ...
}