Shallow clones a value.
The value to be shallow cloned.
A shallow clone of the provided value.
A a; A b = a.dup();
See Implementation
Shallow clones a value.