COLLECTED BY
Web crawl data from Common Crawl.
The Wayback Machine - https://web.archive.org/web/20210922213212/https://lua-users.org/lists/lua-l/2010-12/msg00653.html
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua-5.2.0-alpha table module problem
- From: Roberto Ierusalimschy <roberto@...>
- Date: Wed, 15 Dec 2010 10:01:16 -0200
> +1
>
> [...]
>
> On 12/15/10, Keith Matthews <[email protected]> wrote:
> > [...]
> >
> > Therefore, I expect table.insert, table.remove, table.sort,
> > table.concat and table.unpack to honor the __len metamethod on tables,
> > since their description says that they work over the table length.
This will be corrected. Thanks for the feedback.
-- Roberto