Copy the array along with the structure.
src | Source Array | Dictionary instance |
Copies the entire contents of the other array specified by the argument.
Unlike the assign method, if a member has an array or dictionary array, it will recursively copy its contents as well (the assign method only copies the reference).