teal-src/util/array.d.tl
author Matthew Wild <mwild1@gmail.com>
Thu, 06 Oct 2022 11:12:57 +0100
changeset 12745 7b3deafb9162
parent 12615 33b7e7bd83fd
permissions -rw-r--r--
prosodyctl: check turn: More clearly indicate the error is from TURN server

local record array_t<T>
	{ T }
end

local record lib
	metamethod __call : function () : array_t
end

return lib