File

teal-src/util/uuid.d.tl @ 11454:1d9c1893cc5e

util.datamapper: Use enum instead of mutually exclusive booleans Cleaner and rules out invalid combinations.
author Kim Alvefur <zash@zash.se>
date Sun, 14 Mar 2021 01:57:00 +0100
parent 11432:113f3912c7cb
child 11459:86904555bffc
line wrap: on
line source

local record lib
	generate : function (number) : string
end
return lib