$ luarocks install table_goodies
This is a small package for extra (can't live without) functions for working with tables.
This includes:
* `table.equals(t1, t2)` -> `bool`, a recursive (deep) equality function
* `table.merge(t, ...)` -> `t`, a table merging function (select("#", ...) -> select(1, ...) -> t1)
* `table.map(t, f)` -> `t`, a mapping (apply f to every value) function
Versions
Dependencies
lua >= 5.1