lua-users home
lua-l archive

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


On Mon, Oct 8, 2012 at 7:58 AM, 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 solution, since no need to have __type metafields.