10 lines
158 B
Lua
10 lines
158 B
Lua
|
---#if not JIT then DISABLE() end
|
||
|
---@meta table.clear
|
||
|
|
||
|
---@version JIT
|
||
|
---#DES 'table.clear'
|
||
|
---@param tab table
|
||
|
local function clear(tab) end
|
||
|
|
||
|
return clear
|