Sets the value for all keys within the given table to nil. This causes the # operator to return 0 for the given
table. The allocated capacity of the table’s array portion is maintained, which allows for efficient re-use of
the space.
This function does not delete/destroy the table provided to it. This function is meant to be used specifically
for tables that are to be re-used.
Sets the value for all keys within the given table to nil. This causes the # operator to return 0 for the given table. The allocated capacity of the table’s array portion is maintained, which allows for efficient re-use of the space.
This function does not delete/destroy the table provided to it. This function is meant to be used specifically for tables that are to be re-used.