lua-users home
lua-l archive

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


Is it correct to summarize functional tuples as being essentially equivalent
to immutable, pure arrays -- i.e., tables that can't be changed and that
only have entries from 1 to n for some value of n?

Presumably, one could actually even have mutable tuples. You just can't
change the number of values in the tuple.

Mark