File

teal-src/util/array.d.tl @ 12939:bb6a98a7b0b4

doap: Sort by XEP number To keep them sorted. Not pedantic at all!
author Kim Alvefur <zash@zash.se>
date Thu, 16 Mar 2023 13:20:19 +0100
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