Vector.pq

Get a reference to the third and fourth elements.

  1. alias zw = _slice!(2, 4)
  2. alias ba = zw
  3. alias pq = zw
    struct Vector(T, uint N)
    static if(N >= 4)
    alias pq = zw

Meta