Skip to content

Commit

Permalink
Add table.move() to LuaJIT compatibility
Browse files Browse the repository at this point in the history
LuaJIT supports `table.move()`: https://luajit.org/extensions.html#lua53
  • Loading branch information
deathlyfrantic authored Jan 24, 2024
1 parent 0a962fc commit d4f2a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/template/table.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function table.insert(list, pos, value) end
---@nodiscard
function table.maxn(table) end

---@version >5.3
---@version >5.3, JIT
---#DES 'table.move'
---@param a1 table
---@param f integer
Expand Down

0 comments on commit d4f2a53

Please sign in to comment.