lua-users home
lua-l archive

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


Mike Pall wrote:

A compact table is defined as a table where the relationship
     t[i] ~= nil or t[i+1] == nil
   holds for all positive integers i.
   More colloquially this is a table that 'has no holes'.
IMHO it is better to call such tables --- `continuous tables'.

AMDG,
 Antero Vipunen.