Vector.this

Undocumented in source.
  1. this(U values)
  2. this(Vector2!T xy, T z)
  3. this(Vector2!T xy, Vector2!T zw)
  4. this(Vector3!T xyz, T w)
    struct Vector(T, ubyte N)
    static if(!(N == 3))
    static if(N == 4)
    this
    (,
    T w
    )
    if (
    N >= 2 &&
    N <= 4
    )

Meta