util.table: Add move() to Teal interface description file

This commit is contained in:
Kim Alvefur 2022-06-15 15:40:03 +02:00
parent dfa35e5217
commit a9c96e12c2

View file

@ -1,6 +1,7 @@
local record lib
create : function (narr:integer, nrec:integer):table
pack : function (...:any):{any}
move : function (table, integer, integer, integer, table) : table
end
return lib