Vector.this

Constructor for vectors of same type

  1. this(U x)
  2. this(U x, U y, U z, U w)
  3. this(Vector4T!T vec)
    struct Vector(T, int _Dim : 4)
    this
    (
    Vector4T!T vec
    )
  4. this(T[] list)

Meta