lua-users home
lua-l archive

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


If I may play devil's advocate: what about simply using a special data structure for such special cases? Ie.: just implement it as a feature of a usual table with an __index and __newindex metamethod?