When an array like table is initialised with table.create
with all positions pre-populated with values, if the size of the table decreases by removing end values, would luau reclaim the now empy memory that was allocated to the table?
When an array like table is initialised with table.create
with all positions pre-populated with values, if the size of the table decreases by removing end values, would luau reclaim the now empy memory that was allocated to the table?