Vec.this

Construct from a list or slice of values

  1. this(T[] values)
    struct Vec(T)
    static if(elementsAreCopyable)
    this
    (
    scope T[] values...
    )
  2. this(Args args)

Meta