nixos/lua-lsp/meta/template/table.new.lua

11 lines
195 B
Lua
Raw Normal View History

---#if not JIT then DISABLE() end
---@meta
---@version JIT
---#DES 'table.new'
---@param narray integer
---@param nhash integer
---@return table
local function new(narray, nhash) end
return new