Deeply copies an object or array such that all child objects/arrays are also copied.
The type of the input object.
The object to copy. May also be an array.
An identical object with a new reference in memory.
Deeply copies an object or array such that all child objects/arrays are also copied.