Duplicates the vector, mantaing the type, variables' names and their value.
assert(vector(1, 1).dup == vector(1, 1));
See Implementation
Duplicates the vector, mantaing the type, variables' names and their value.