1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-18 03:21:47 +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
commit b48731ad50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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