On 13/06/2014 20:10, Tim Hill wrote:
The OP has a point though (imho) … table.unpack() is an
iterated operation (internally), so the check for a metamethod
could be done ONCE and so incur very little overhead for any
non-trivial unpack operation, so you can get both performance
*and* flexibility.
—Tim
We need a table.rawunpack(...)?
|