lua-users home
lua-l archive

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


On Mon, Aug 22, 2011 at 11:08 AM, HyperHacker <hyperhacker@gmail.com> wrote:
> I've often wished t[x,y,z] were legal when t has a __index or
> __newindex, and would pass x,y,z as arguments to them.

If it could be done efficiently, it would be a useful thing.  (By
'efficient' here I mean 'at least does not make the usual case less
efficient')

steve d.