Files
2025-09-28 11:39:12 +02:00

12 lines
206 B
Lua

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