Changes

no edit summary
Line 83: Line 83:  
end
 
end
   −
function Utils.copy(tbl)
+
function Utils.icopy(arr)
     local result = {}
+
     return Utils.imap(arr, function(v) return v end)
    for k, v in pairs(tbl) do
  −
        result[k] = v
  −
    end
  −
    return result
   
end
 
end
  
cssedit, gkautomate
6,941

edits