mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-19 16:15:07 +00:00
Add UUID::to_sstring() method, analogous to the Java UUID.toString(), and I verified that it generates the same output as the original Java method. Signed-off-by: Nadav Har'El <nyh@cloudius-systems.com> [avi: make it build, using sprint() instead of sprintf()]