Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)