Alias Vector.ElementReferenceType

Type of reference to elements.

struct Vector
{
  // ...
  alias ElementReferenceType = ElementReferenceTypeImpl!_Type;
  // ...
}