• 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 67: Line 67:  
     for k, v in ipairs(arr) do
 
     for k, v in ipairs(arr) do
 
         return k, v
 
         return k, v
 +
    end
 +
end
 +
 +
function Utils.insertNew(arr, el)
 +
    if not Utils.find(arr, el) then
 +
        table.insert(arr, el)
 
     end
 
     end
 
end
 
end
cssedit, gkautomate
7,064

edits

Navigation menu