lua-users home
lua-l archive

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


On Tue, Apr 8, 2014 at 7:38 AM, Daurnimator <quae@daurnimator.com> wrote:
New idea to possibly kick off discussion: a more generic `debug.raw(o, "tostring")` function?

I sort of almost want an operator just for rawly invoking operators.  Something like !table.this_is_a_rawget

Or no metamethods get called between backticks: `some_table.rawget_this_member`