We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717d143 commit a412270Copy full SHA for a412270
meta/template/basic.lua
@@ -236,6 +236,7 @@ function setfenv(f, table) end
236
---@field __eq fun(t1,t2):boolean
237
---@field __lt fun(t1,t2):boolean
238
---@field __le fun(t1,t2):boolean
239
+---@field __index table|fun(t,k)
240
---@field __newindex table|fun(t,k,v)
241
---@field __call fun(t,...)
242
---#if VERSION > 5.1 or VERSION == JIT then
0 commit comments