Removes all values from a table. If your table is not a metatable, it is almost always better to use tab = {} to preserve performance.
tab = {}
Demonstrates the use of this function.