When used as the _last_ parameter of a function: Allows the function to capture any amount of additional arguments passed in from Lua.
When used as the return type of a function: Allows the function to return a dynamic amount of values to Lua.
See Implementation
When used as the _last_ parameter of a function: Allows the function to capture any amount of additional arguments passed in from Lua.
When used as the return type of a function: Allows the function to return a dynamic amount of values to Lua.