File

teal-src/util/id.d.tl @ 12794:249b01adc54a

util.hashring: tests: don't randomize order - they are written in a sequential style
author Matthew Wild <mwild1@gmail.com>
date Fri, 02 Dec 2022 20:27:32 +0000 (2022-12-02)
parent 11459:86904555bffc
line wrap: on
line source
local record lib
	short : function () : string
	medium : function () : string
	long : function () : string
	custom : function (integer) : function () : string

end
return lib