Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/validark/lua-table-functions
- Owner: Validark
- License: mit
- Created: 2018-04-24T02:57:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-24T03:00:52.000Z (over 6 years ago)
- Last Synced: 2024-10-30T21:12:58.723Z (2 months ago)
- Topics: lua, lua-table, move, table-move, table-pack
- Language: Lua
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!