Vec.this

Construct from any combination of values, slices of values, or other Vec instances

  1. this(T[] values)
  2. this(Args args)
    struct Vec(T)
    this
    (
    Args...
    )
    (
    auto ref scope Args args
    )
    if (
    allSatisfy!(isConstituent, Args)
    )

Meta