Vector.this

Undocumented in source.
  1. this(Type[Size] data)
  2. this(Type[] data)
  3. this(Type a, Type b)
  4. this(Type a, Type b, Type c)
    struct Vector(size_t Size = 3, Type = float)
    static if(Size == 3)
    this
    (
    Type a
    ,
    Type b
    ,
    Type c
    )
  5. this(Type a, Type b, Type c, Type d)

Meta