vec.vec

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto vec(Arr arr)
  2. auto vec(T comp)
    template vec(size_t N)
    pure @safe nothrow @nogc
    vec
    (
    T
    )
    (
    in T comp
    )
    if (
    isNumeric!T
    )

Meta