[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: void lua_resizetable
- From: Roberto Ierusalimschy <roberto@...>
- Date: Wed, 25 Mar 2009 10:45:24 -0300
>> But… the global table doesn’t seem to have an array – just a hash
>> table, and adding to it with rawseti even with an integer index just puts
>> the new values in the hash table.
>
> I am 90% sure that the global table, on being resized, will be given an
> array component if its keys suit one, as it's just a regular table.
I am 100% sure :)
-- Roberto