• 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 41: Line 41:  
if v == v_ then
 
if v == v_ then
 
return i
 
return i
 +
end
 +
end
 +
return false
 +
end
 +
 +
function Utils.ifindBy(arr, p)
 +
for i, v in ipairs(arr) do
 +
if p(v) then
 +
return v, i
 
end
 
end
 
end
 
end
cssedit, gkautomate
6,928

edits

Navigation menu