Skip to content

Commit d4f2a53

Browse files
Add table.move() to LuaJIT compatibility
LuaJIT supports `table.move()`: https://luajit.org/extensions.html#lua53
1 parent 0a962fc commit d4f2a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta/template/table.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function table.insert(list, pos, value) end
2727
---@nodiscard
2828
function table.maxn(table) end
2929

30-
---@version >5.3
30+
---@version >5.3, JIT
3131
---#DES 'table.move'
3232
---@param a1 table
3333
---@param f integer

0 commit comments

Comments
 (0)