summaryrefslogtreecommitdiff
path: root/meta/template/table.clear.lua
blob: 122e3651cfc2295811620c18d9cd9f42c32dd7eb (plain)
1
2
3
4
5
6
7
8
9
---#if not JIT then DISABLE() end
---@meta table.clear

---@version JIT
---#DES 'table.clear'
---@param tab table
local function clear(tab) end

return clear