01429804ae
This is a little module that simulates enumerated types in Lua. Its API is very similar to the Python 3 Enum API, although much more limited.
4 lines
143 B
Text
4 lines
143 B
Text
This is a little module that simulates enumerated types in Lua.
|
|
|
|
Its API is very similar to the Python 3 Enum API, although much
|
|
more limited.
|