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