Bugfixes after test with Skylar!

This commit is contained in:
Nathan Schneider
2021-12-21 18:12:59 -07:00
parent 956f9a2635
commit 9a2c72c6a1
13 changed files with 71 additions and 16 deletions

View File

@ -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