lua-users home
lua-l archive

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


> I still feel the lack of an efficient way to determine if a table t is a sequence is a significant hole in the language/runtime.

Why would you need that? If you care that a table is a sequence, then either
you have created the table and know it or you have been handed a table and
can assume whoever gave you the table honors the contract with you to use
only sequences. What am I missing?