lua-users home
lua-l archive

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


The use of tables as sets is discussed in the book Programming in Lua, the first edition of which can be read free of charge online. The only other thing I needed, which was trivial to implement, was a function to convert an ordered list (array) to a set.

Matt