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 b06626e commit 6d17f76Copy full SHA for 6d17f76
reference/src/layout/arrays-and-slices.md
@@ -27,8 +27,8 @@ _alignment_ of the element type.
27
28
### Arrays of zero-size
29
30
-Arrays `[T; N]` have zero size if their count `N` is zero, or their element `T`
31
-has zero-size.
+Arrays `[T; N]` have zero size if and only if their count `N` is zero or their
+element type `T` is zero-sized.
32
33
### Special case `stride == size`
34
0 commit comments