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: src/types/array.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ always bounds-checked in safe methods and operators.
32
32
> array type.
33
33
34
34
r[type.array.repr]
35
-
The values and representation of a tuple type are the same as a [struct type][type.struct.value] with `N` fields of type `T` corresponding to each index in order, where the fields are layed out according to the [`C` representation][layout.repr.c].
35
+
An array value is represented by each element in ascending index order, placed immediately adjacent in memory.
0 commit comments