We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 633a483 commit 998fe85Copy full SHA for 998fe85
src/type-layout.md
@@ -86,7 +86,7 @@ String slices are a UTF-8 representation of characters that have the same layout
86
87
## Tuple Layout
88
89
-Tuples are laid out according to the default representation.
+Tuples are laid out according to the [default representation][Default].
90
91
The exception to this is the unit tuple (`()`), which is guaranteed as a
92
zero-sized type to have a size of 0 and an alignment of 1.
0 commit comments