Re: Lua 5.2 - small enhancement for table.unpack
[
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: 2011年6月29日 11:26:02 +0200
On Wed, Jun 29, 2011 at 11:20 AM, Patrick Rapin <toupie300@gmail.com> wrote:
> The function table.pack could also set a metatable with then __len
> metamethod returning the true length, since table.unpack already obey
> __len metamethod.
That is a most elegant solution, I think.
steve d.