mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
Add inspect and size to table util
This commit is contained in:
parent
7cbdf6c073
commit
c0404c33ac
@ -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