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:
commit
b48731ad50
@ -143,3 +143,7 @@ table.binary_search =
|
||||
|
||||
return -1 - lower -- ~lower
|
||||
end
|
||||
|
||||
table.inspect = require'inspect'
|
||||
|
||||
table.size = table_size
|
||||
|
Loading…
Reference in New Issue
Block a user