Alias Vector.ElementType

Type of elements.

struct Vector
{
  // ...
  alias ElementType = _Type;
  // ...
}