caveful_games/table_helper
v0.2.0-rc.1 ·
A collection of helpful table utility functions extending TableUtil from RbxUtil for luau
table-helper-luau
A collection of helpful table utility functions extending TableUtil from RbxUtil for luau
Installation
via pesde
pesde add caveful_games/table_helper
Note
This library is zero dependency. so this can be installed via git submodule or also vendoring works fine.
TO-DOs
- Publish for Roblox (Setup multitarget)
- Add
tableHelper.Deleted
- Add Roblox-specific utilities (related to
HttpServer:JSONEn/Decode
like RbxUtil's TableUtil and list ofPlayer
s) - Add docs through moonwave (Generate into markdown and publish)
Credits
- Sleitnick/RbxUtil/TableUtil - Original table utility functions
- ffrostfall's luausignal -
tableHelper.Deleted
was heavily inspired by itserrorTable