Skip to content
zetaepyon edited this page Mar 13, 2021 · 3 revisions

The enumerable library provides common operations on data structures like tables, lists, sets and others. Based on .NET's System.Linq library and aims to bring LINQ like functionality to Lua.

local enumerable = require('enumberable')

Dependency Required

To use this library, you must include enumerable in the manifest.xml file for your package:

<dependency>enumerable</dependency>
Clone this wiki locally