File

teal-src/util/array.d.tl @ 12781:22066b02887f

util.startup: Provide a common Lua 5.3+ math.type() for Lua 5.2 Code deduplication
author Kim Alvefur <zash@zash.se>
date Wed, 19 Oct 2022 16:25:05 +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