[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Table enumeration
- From: Phil Leblanc <philanc@...>
- Date: Thu, 29 Oct 2020 04:34:19 +0000
On Thu, Oct 29, 2020 at 1:00 AM Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
>
> No. Although lua_next does traverse the array part first, there may be
> entries for the list part in the hash part. Here is an example. You
> may have to run it a few times to see this.
Ok. Thanks for the clarification and the counterexample.
Phil