lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


'vararg' module provides generic functions for manipulation of vararg expressions, like variable arguments and multiple returned values.

https://github.com/renatomaia/luavararg

New in version 2.1
- 'vararg.concat' and 'vararg.map' now work with functions that yield.

Any contributions are very welcome.

P.S.: also check moteus's fork which provides most of its functionality but also supports both Lua 5.2 and 5.3 and adds alias for some operations:

https://github.com/moteus/lua-vararg

--
Renato Maia