vec4.this - multiple declarations

Function vec4.this

create with all components filled with specified value

this(
  float v
);

Function vec4.this

this(
  float[4] v
);

Function vec4.this

this(
  float x,
  float y,
  float z,
  float w
);

Function vec4.this

this(
  vec3 v
);