aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src/util/table.d.tl
blob: 0ff5ed9574524477a39ac35cfeb8311e43ed6c53 (plain)
1
2
3
4
5
6
local record lib
	create : function (narr:integer, nrec:integer):table
	pack : function (...:any):{any}
end
return lib