If you haven't used it yet, the LuaEx module is packed full of great stuff. Check it out on my github.
I just added an enum type to LuaEx. I've been needing an enum object for a long while so I decided to build it. I've included common enum features such as immutability, an iterator, ordinal positioning, optional user-set string or number values for each enum item, type checking and more.
For a detailed description and usage examples, check out the gihub page https://github.com/CentauriSoldier/LuaEx.
I just added an enum type to LuaEx. I've been needing an enum object for a long while so I decided to build it. I've included common enum features such as immutability, an iterator, ordinal positioning, optional user-set string or number values for each enum item, type checking and more.
For a detailed description and usage examples, check out the gihub page https://github.com/CentauriSoldier/LuaEx.
Comment