Re: Lua 5.1+ and variable-argument tables
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua 5.1+ and variable-argument tables
- From: Mark Hamburg <mhamburg@...>
- Date: 2004年8月19日 17:00:36 -0700
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