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 564612e commit 94abe1dCopy full SHA for 94abe1d
reference/src/layout/arrays-and-slices.md
@@ -1,5 +1,10 @@
1
# Layout of Rust array types and slices
2
3
+## Editor's Note
4
+
5
+Issue #176 clarified that as of this writing, Rust does not distinguish between size and stride, ie
6
+they are always equal.
7
8
## Layout of Rust array types
9
10
Array types, `[T; N]`, store `N` values of type `T` with a constant _stride_.
0 commit comments