Vector.copyof

Returns copy of vector

struct Vector(T, size_t N)
copyof
()
if (
isNumeric!T &&
N > 0
)

Meta