File

teal-src/util/table.d.tl @ 11446:58c534bac798

util.jsonschema: Implement "propertyNames" This is a bit special in Lua as tables are not limited to string keys
author Kim Alvefur <zash@zash.se>
date Tue, 09 Mar 2021 02:43:50 +0100 (2021-03-09)
parent 11432:113f3912c7cb
child 11459:86904555bffc
line wrap: on
line source
local record lib
	create : function (narr:number, nrec:number):table
	pack : function (...:any):{any}
end
return lib