Changeset

12618:17cc122cc2e8

util.table: Add move() to Teal interface description file
author Kim Alvefur <zash@zash.se>
date Wed, 15 Jun 2022 15:40:03 +0200
parents 12617:36d77cc56ecb
children 12619:d593cb709525
files teal-src/util/table.d.tl
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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