• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
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,942

edits

Navigation menu