1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-09-16 09:16:22 +02:00

Merge pull request #492 from plague006/extend_table

Add inspect and size to table util
This commit is contained in:
Lynn
2018-12-01 18:04:24 +01:00
committed by GitHub

View File

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