Vec.this

Build a vector with all components assigned to one value

  1. this(Comps comps)
  2. this(Arr arr)
  3. this(T comp)
    struct Vec(T, size_t N)
    this
    (
    in T comp
    )
    if (
    N > 0 &&
    isNumeric!T
    )

Meta