File

teal-src/util/table.d.tl @ 11796:71c20650a0b4

mod_carbons: Reduce line count using new util.stanza attr method
author Kim Alvefur <zash@zash.se>
date Sun, 12 Sep 2021 20:18:04 +0200 (2021-09-12)
parent 11459:86904555bffc
child 12618:17cc122cc2e8
line wrap: on
line source
local record lib
	create : function (narr:integer, nrec:integer):table
	pack : function (...:any):{any}
end
return lib