Vector.this

Any numeric type that can be freely converted to a template vector type can be included in the vector's constructor.

  1. this(R x, R y)
    struct Vector(T)
    @safe nothrow pure
    this
    (
    R
    )
    (
    R x
    ,
    R y
    )
    if (
    isNumeric!T &&
    isMutable!T
    &&
    isSigned!T
    )
  2. this(R[2] arrvec)

Meta