Deep Copy Table

t2 = util.dct(t)

Deep copy a table.
Any changes made to t will then be independent of t2, and vice-versa.

Parameter Type Description
t table Table to copy
Returns Type Description
t2 table Copied table