Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/EvandroLG/array.lua
A small library with useful methods to handle Lua's table when it's working like an Array
https://github.com/EvandroLG/array.lua
array functional-programming lua table
Last synced: 3 days ago
JSON representation
A small library with useful methods to handle Lua's table when it's working like an Array
- Host: GitHub
- URL: https://github.com/EvandroLG/array.lua
- Owner: EvandroLG
- License: mit
- Created: 2016-05-31T01:10:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-08T21:39:58.000Z (8 months ago)
- Last Synced: 2024-08-01T22:54:10.218Z (3 months ago)
- Topics: array, functional-programming, lua, table
- Language: Lua
- Homepage: http://evandrolg.github.io/array.lua/
- Size: 112 KB
- Stars: 60
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# array.lua
A small library with useful methods to handle Lua's table when it's working like an Array.
For docs, see: https://evandrolg.github.io/array.lua/## Installation
To install array, run:
```sh
$ luarocks install array
```## License
[MIT](https://github.com/EvandroLG/array.lua/tree/master/LICENSE)