Software /
code /
prosody
Diff
teal-src/util/table.d.tl @ 12802:4a8740e01813
Merge 0.12->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 12 Dec 2022 07:10:54 +0100 |
parent | 12618:17cc122cc2e8 |
line wrap: on
line diff
--- a/teal-src/util/table.d.tl Mon Dec 12 20:40:23 2022 +0100 +++ b/teal-src/util/table.d.tl Mon Dec 12 07:10:54 2022 +0100 @@ -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