Vector.a

Get a reference to fourth element.

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

Meta