lua-users home
lua-l archive

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


2013/10/3 Roberto Ierusalimschy <roberto@inf.puc-rio.br>:

> pairs traverses all keys, ipairs traverses integer keys starting from
> 1. They have NOTHING TO DO with whether those keys live in the array
> part or the hash part of a table. (How many times we will have to
> repeat this?)

On a rough estimate: 27 times.