[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: pairs(t, skey) and ipairs(t, skey)
- From: Phill Djonov <phill@...>
- Date: Mon, 30 Sep 2013 17:33:57 -0700
On Mon, Sep 30, 2013 at 3:51 PM, Paul K <paulclinger@yahoo.com> wrote:
> next(t, #t) returns the first key in the hash part (if any).
This isn't necessarily true. It is possible to set up a table with
multiple holes in the array part such that next( t, #t ) will return
an index which still falls in the array.