Vec.dup

Create a shallow copy of this Vec.

struct Vec(T)
static if(elementsAreCopyable)
Vec!T
dup
()

Meta