minetest_x_bows/bin/lua-language-server-3.5.6-l.../meta/template/table.clear.lua

9 lines
145 B
Lua
Raw Normal View History

2022-11-03 10:37:33 -05:00
---#if not JIT then DISABLE() end
---@meta
---@version JIT
---#DES 'table.clear'
---@param tab table
local function clear(tab) end
return clear