lua-users home
lua-l archive

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


Tables don't shrink. They only grow.

See, http://www.lua.org/pil/11.4.html

It technically doesn't shrink, but "rolls"... that would break without undef adaption if that option is turned on and grow forever instead.