Appearance
crelte / std / clone
function clone<T>(value): T;
Creates a clone of the provided value. The values need to be either a primitive or implement the Cloneable interface.
T extends CloneableOrPrimitive
T
CloneableOrPrimitive