File

teal-src/util/table.d.tl @ 12372:1ba451c10f41

prosodyctl: check turn: Add support for testing data relay with an external STUN server via --ping
author Matthew Wild <mwild1@gmail.com>
date Sat, 05 Mar 2022 11:10:18 +0000
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