Vector.zw

Get a reference to the third and fourth elements.

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

Meta