Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:Core
(view source)
Revision as of 12:40, 1 November 2021
65 bytes added
,
3 years ago
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
7,064
edits