File

teal-src/util/array.d.tl @ 12810:871d2c95b403

mod_s2s: Advertise stream features on bidi connections
author Kim Alvefur <zash@zash.se>
date Thu, 20 Oct 2022 14:22:36 +0200
parent 12611:33b7e7bd83fd
line wrap: on
line source

local record array_t<T>
	{ T }
end

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

return lib