Skip to content

Commit 0892781

Browse files
committed
Add UUID.parse
1 parent 653f5c5 commit 0892781

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/zencode/uuid/src/uuid.zs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[Native("uuid::uuid")]
22
public class UUID {
3+
4+
[Native("parse")]
5+
public static parse(name as string) as UUID;
6+
37
[Native("random")]
48
public static random() as UUID;
59

0 commit comments

Comments
 (0)