Bugfixes after test with Skylar!
This commit is contained in:
@ -10,7 +10,8 @@ function modpol.util.copy_table(t)
|
||||
return t2
|
||||
end
|
||||
|
||||
--- @function modpol.copy_table
|
||||
--- @function modpol.num_pairs
|
||||
-- @param t table with pairs
|
||||
-- Returns the number of elements in a pairs table
|
||||
function modpol.util.num_pairs(t)
|
||||
local i = 0
|
||||
|
Reference in New Issue
Block a user