lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



On 19/08/14 10:47 AM, Jan Behrens wrote:
On Tue, 19 Aug 2014 15:38:58 +0200
Jan Behrens <jbe-lua-l@public-software-group.org> wrote:

If you see __ipairs as too object centric, then I agree:
It should be removed.
P.S.: disregarding any potential performance issues of an
       ipairs implementation that respects __len




Add __iflags = "l" to respect __len, "r" for raw access (and use non-raw access by default), etc