Integrate further spudulons into hyperpotatospace #4

Merged
osmarks merged 2 commits from :master into master 2021-01-29 22:13:53 +00:00
Showing only changes of commit 0c6dbe8edd - Show all commits

View File

@ -1,5 +1,4 @@
if not unpack then unpack = table.unpack end
local pprint = require("pprint")
function deepclone(t)
local res={}
for i,v in ipairs(t) do