teal-src/util/uuid.d.tl
author Kim Alvefur <zash@zash.se>
Thu, 18 Mar 2021 23:16:41 +0100
changeset 11463 86904555bffc
parent 11436 113f3912c7cb
child 12629 e43a01641ca1
permissions -rw-r--r--
teal: Use new integer support in Teal 0.13.0

local record lib
	get_nibbles : (number) : string
	generate : function () : string

	seed : function (string)
end
return lib