# HG changeset patch # User Kim Alvefur # Date 1655300403 -7200 # Node ID 17cc122cc2e88e6060a3e296bde8a3b23f051db5 # Parent 36d77cc56ecbf28f6d793a3a84b5e03b6cb19ef5 util.table: Add move() to Teal interface description file diff -r 36d77cc56ecb -r 17cc122cc2e8 teal-src/util/table.d.tl --- a/teal-src/util/table.d.tl Wed Feb 16 16:42:22 2022 +0100 +++ b/teal-src/util/table.d.tl Wed Jun 15 15:40:03 2022 +0200 @@ -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