(patch) version updates and doc updates #15

Merged
pfm merged 3 commits from publish-documentation into main 2025-07-28 02:37:36 +00:00
Showing only changes of commit 8195bfce33 - Show all commits

View file

@ -118,7 +118,8 @@ object UUID:
* @return
* Hexadecimal string representation of this UUID.
*/
def str(dashes: Boolean = false): String = withoutDashes()
def str(dashes: Boolean = false): String =
if dashes then withDashes() else withoutDashes()
/** @return
* Hexadecimal string representation of this UUID, without dashes.