Vector.this

Constructs a Vector with all elements equal to scalar

  1. this(T scalar)
    struct Vector(T, uint N)
    pure
    this
    (
    const T scalar
    )
    if (
    N > 0
    )
  2. this(T[N] values)
  3. this(R range)
  4. this(Args args)

Meta