copy Vector
Copies a Vector, but with a different reference location in the memory. So basically a deep copy.
Return
returns the copied Vector.
Parameters
vector
Vector to be deep copied.
Copies a Vector, but with a different reference location in the memory. So basically a deep copy.
returns the copied Vector.
Vector to be deep copied.