Software /
code /
prosody
Comparison
teal-src/util/uuid.d.tl @ 12802:4a8740e01813
Merge 0.12->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 12 Dec 2022 07:10:54 +0100 |
parent | 12625:e43a01641ca1 |
comparison
equal
deleted
inserted
replaced
12801:ebd6b4d8bf04 | 12802:4a8740e01813 |
---|---|
1 local record lib | 1 local record lib |
2 get_nibbles : (number) : string | 2 get_nibbles : function (number) : string |
3 generate : function () : string | 3 generate : function () : string |
4 | 4 |
5 seed : function (string) | 5 seed : function (string) |
6 end | 6 end |
7 return lib | 7 return lib |