Alias Vec.Component

The type of a vector component

struct Vec
{
  // ...
  alias Component = T;
  // ...
}