1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-14 10:13:13 +02:00

Add inspect and size to table util

This commit is contained in:
Matthew Heguy 2018-12-01 00:53:54 -05:00
parent 7cbdf6c073
commit c0404c33ac

View File

@ -143,3 +143,7 @@ table.binary_search =
return -1 - lower -- ~lower return -1 - lower -- ~lower
end end
table.inspect = require'inspect'
table.size = table_size