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 ccce616 commit bf307b6Copy full SHA for bf307b6
reference/src/layout/unions.md
@@ -20,8 +20,7 @@ overlap. This can be visualized as follows:
20
21
**Figure 1** (union-field layout): Each row in the picture shows the layout of
22
the union for each of its variants. The `<-...->` and `[ ... ]` denote the
23
-differently-sized gaps and fields, respectively and the `[field{i}_ty]` are the
24
-bytes of the type of the `i`-th union field.
+differently-sized gaps and fields, respectively.
25
26
The individual fields (`[field{i}_ty_]`) are blocks of fixed size determined by
27
the field's [layout]. The only degrees of freedom the compiler has when
0 commit comments