view teal-src/util/array.d.tl @ 12753:2eb02b32bb4c

util.roles: Add some more missing test cases Found via mutation testing.
author Matthew Wild <mwild1@gmail.com>
date Sat, 08 Oct 2022 20:33:01 +0100
parents 33b7e7bd83fd
children
line wrap: on
line source

local record array_t<T>
	{ T }
end

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

return lib