Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/validark/lua-table-functions

Pure-lua implementations of table functions
https://github.com/validark/lua-table-functions

lua lua-table move table-move table-pack

Last synced: 22 days ago
JSON representation

Pure-lua implementations of table functions

Awesome Lists containing this project

README

        

# Lua-table-functions
Pure-lua implementations of table functions. This is useful for earlier versions of Lua which wish to use the newer functions. For example, Lua 5.1 does not ship with `table.pack` or `table.move` by default. In LuaJIT, one can simply write these functions into `table` and use them as you normally would!