lua-users home
lua-l archive

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


I have on occasion wanted a table.clear( t ) function that would clear the
table and release any associated memory. Basically, it reclaims memory ahead
of the GC and keeps the table identity fixed at the same time. How useful
this would actually be, I don't know.

Mark