Vec.this

Build a vector from an array.

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

Meta