[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: question about mixing integer keys and other key types in a table
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sun, 3 Apr 2011 07:32:08 -0300
> 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.