cfunction src/core/table.c on line 361, column 1 (table/clear tab) Remove all key-value pairs in a table and return the modified table `tab`.
(table/clear @{:a 1 :b 2}) # => @{}