• 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 210: Line 210:  
function Utils.icopy(arr)
 
function Utils.icopy(arr)
 
     return Utils.imap(arr, function(v) return v end)
 
     return Utils.imap(arr, function(v) return v end)
 +
end
 +
 +
function Utils.sort(tbl)
 +
    table.sort(tbl)
 +
    return tbl
 
end
 
end
  
cssedit, gkautomate
6,928

edits

Navigation menu