1 2 3 4 5 6 7 8 9
local record array_t<T> { T } end local record lib metamethod __call : function () : array_t end return lib