lua-users home
lua-l archive

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


> But let's imagine that I manage to store in my table entries so that
> some string key hashes to the same value as one of the scalar keys. I
> know this is an implementation detail, but will this move my scalar
> indexed pair from the array part to the hash part of the table, thus
> creating a hole in the array that will break what I expect from ipairs
> iteration?

No.