You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Basic types:
12
12
13
13
| Name | Description |
14
14
| ---- | ----------- |
15
-
|`uuid`| a class representing a UUID; this can be default constructed (a nil UUID), constructed from a range (defined by a pair of iterators), or from a string. |
15
+
|`uuid`| a class representing a UUID; this can be default constructed (a nil UUID), constructed from a range (defined by a pair of iterators), or from a `span`. |
16
16
|`uuid_variant`| a strongly type enum representing the type of a UUID |
17
17
|`uuid_version`| a strongly type enum representing the version of a UUID |
18
18
|`uuid_error`| a class representing an exception type for `uuid` operations |
0 commit comments