teal-src/util/table.d.tl
author Kim Alvefur <zash@zash.se>
Mon, 07 Mar 2022 00:35:29 +0100
changeset 12392 50fcd3879482
parent 11463 86904555bffc
child 12622 17cc122cc2e8
permissions -rw-r--r--
spelling: non-existing mistakes (thanks timeless)

local record lib
	create : function (narr:integer, nrec:integer):table
	pack : function (...:any):{any}
end
return lib