'vararg' module provides generic functions for manipulation of vararg expressions, like variable arguments and multiple returned values.
https://github.com/renatomaia/luavarargNew 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: