Vector.this

Constructs a Vector from static array.

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

Meta