|
|
||
|
Asko Kauppi wrote:
..following a rather ancient thread on this list..
A quick 'grep' of Lua 5.1w4 sources reveals that the '__pairs' metamethod is not in, at least, not yet. Has that plan been trashed for some reason, since I feel it would suit pretty nicely in the Lua ideology.
My issue: making a "table emulating" userdata _really_ behave like a table, also when it comes to iteration. Of course, I could redefine 'pairs'.. hmm.. ;)
So my feature request of the day is one of two alternatives:
-Eric