Creates a copy (clone) of the vector specified in the parameter.
Further, you can change the clone vector (add/remove elements, etc.) without changing the original one.
Returns:
null
, the same will be returned.
You may call this function in a more method-like style:
v.clone()