Vector.yz

Get a reference to the second and third elements.

  1. alias yz = _slice!(1, 3)
    struct Vector(T, uint N)
    static if(N >= 3)
    alias yz = _slice!(1, 3)
  2. alias gb = yz
  3. alias tp = yz

Meta