Vector.yzw

Get a reference to the second, third and fourth elements.

  1. alias yzw = _slice!(1, 4)
    struct Vector(T, uint N)
    static if(N >= 4)
    alias yzw = _slice!(1, 4)
  2. alias gba = yzw
  3. alias tpq = yzw

Meta