Modules
| extensions | A combination of extensions to the Lua standard libraries and other useful utilities for libraries I use. |
| extensions.base | Extensions to the Lua standard base library. |
| extensions.coroutine | Extensions to the Lua standard coroutine library. |
| extensions.math | Extensions to the Lua standard math library. |
| extensions.string | Extensions to the Lua standard string library. |
| extensions.table | Extensions to the Lua standard table library. |
Topics
| README.md |
Source
| init.lua | |
| base.lua | |
| coroutine.lua | |
| math.lua | |
| string.lua | |
| table.lua |