Skip to content

Commit

Permalink
Merge pull request #2497 from deathlyfrantic/patch-1
Browse files Browse the repository at this point in the history
Add `table.move()` to LuaJIT compatibility
  • Loading branch information
sumneko authored Jan 24, 2024
2 parents 0a962fc + d4f2a53 commit dcacfe7
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 dcacfe7

Please sign in to comment.