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:

The clone vector. If the passed parameter is null, the same will be returned.
Tip:

You may call this function in a more method-like style:

v.clone()