Module:Utilities: Difference between revisionsGive feedback
Jump to navigation
Jump to search
m deep_copy init |
m deep_copy no longer local |
||
| Line 87: | Line 87: | ||
--Creates a deepCopy of a table | --Creates a deepCopy of a table | ||
function deep_copy(orig) | |||
local orig_type = type(orig) | local orig_type = type(orig) | ||
local copy | local copy | ||