File

teal-src/util/table.d.tl @ 12661:1c391c17a907

util.roles: Add Teal interface declaration
author Kim Alvefur <zash@zash.se>
date Fri, 12 Aug 2022 22:09:09 +0200
parent 12618:17cc122cc2e8
line wrap: on
line source

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