You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
localenumerable=require('enumberable')
❗ Dependency Required
To use this library, you must include enumerable in the manifest.xml file for your package: