This commit is contained in:
Justin M. Keyes
2019-05-19 21:26:18 +02:00
parent 8e941c59ec
commit 5c13f368c6

View File

@ -11,7 +11,7 @@
--@param orig Table to copy
--@returns New table of copied keys and (nested) values.
local function deepcopy(orig)
error()
error(orig)
end
local function _id(v)
return v