Re: Metamethod when removing an index from a table?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Metamethod when removing an index from a table?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 6 Jun 2006 08:39:36 -0300
> I can check for the metamethod and return to the original pairs etc
> implementation pretty quickly...
Or you can store the actual table in the proxy and make pairs and friends
work on the actual table when handed a proxy. Easy to do in Lua and fast too.
--lhf