The Wayback Machine - https://web.archive.org/web/20210922213212/https://lua-users.org/lists/lua-l/2010-12/msg00653.html
lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]
See More


> +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