lua-users home
lua-l archive

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


On 8/10/2012, at 6:58 PM, Thijs Schreijer <thijs@thijsschreijer.nl> wrote:

> Typex traverses the registry to find the name of the metatable and returns
> that as a second argument. The results of the registry traversal are then
> cached to speed-up next searches.

Nice idea!  Am I right in thinking that it only works for userdata, not tables-as-objects?