[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.2 - small enhancement for table.unpack
- From: steve donovan <steve.j.donovan@...>
- Date: Wed, 29 Jun 2011 11:34:45 +0200
On Wed, Jun 29, 2011 at 11:27 AM, Matthew Wild <mwild1@gmail.com> wrote:
> Until someone tries to modify the returned table and then wonders why
> the length doesn't change accordingly? :)
Well, it should be a read-only table - not sure of the implications of
that, however.
It would be somewhat slower, it is true.
steve d.