Vector.this

Undocumented in source.
  1. this(T val)
    struct Vector(T, size_t N)
    this
    (
    in T val
    )
    if (
    isNumeric!T &&
    N > 0
    )
  2. this(T[N] vals)

Meta