lua-users home
lua-l archive

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


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.