• 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 74: Line 74:  
         table.insert(arr, el)
 
         table.insert(arr, el)
 
     end
 
     end
 +
end
 +
 +
function Utils.concat(arr1, arr2)
 +
    for i = 1, #arr2 do
 +
        arr1[#arr1 + 1] = arr2[i]
 +
    end
 +
    return arr1
 
end
 
end
  
cssedit, gkautomate
7,064

edits

Navigation menu