blob: f4b05cdc60c2921130754a935d3b2137cb307d63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---#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
|