lua-users home
lua-l archive

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


> Has it been pointed out, if/why it would be costly to throw an error for 
> #t if a list t ever had holes?

The message by uki before yours says it all: "there is absolutely no way to
check if the table has holes, except by iterating through the whole table."