Vector.w

Get a reference to fourth element.

  1. alias w = _get!(3)
    struct Vector(T, uint N)
    static if(N >= 4)
    alias w = _get!(3)
  2. alias a = w
  3. alias q = w

Meta