Make UUIDs a standard type
io7m opened this issue · 0 comments
io7m commented
Currently, every project using Cedarbridge has ended up with a type like this:
[documentation CAI1UUID "A 128-bit UUID value."]
[record CAI1UUID
[documentation msb "The most significant bits of the UUID."]
[field msb cb:IntegerUnsigned64]
[documentation lsb "The least significant bits of the UUID."]
[field lsb cb:IntegerUnsigned64]
]