File

teal-src/util/uuid.d.tl @ 11636:11e0a0a08da3

util.dbuffer: Add read_until() method
author Matthew Wild <mwild1@gmail.com>
date Tue, 29 Jun 2021 13:48:14 +0100
parent 11459:86904555bffc
child 12625:e43a01641ca1
line wrap: on
line source

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

	seed : function (string)
end
return lib