Clone an (optionally proxied) object or array.
The type of the objects being copied.
The object or array to clone. If it is proxied, clone will subscribe to any changes to the (nested) data structure.
clone
A new unproxied array or object (of the same type as src), containing a deep copy of src.
src
Clone an (optionally proxied) object or array.