[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Do Lua tables have an "array" and a "hash" part?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sat, 23 Jul 2016 14:09:34 -0300
> Many people on this list say tables have an "array" and a "hash" part.
That is an implementation detail. Even if the table is a sequence, it may
happen that part of it is in the hash part.