Skip to content

Commit 58573b9

Browse files
committed
Redefine array layout directly
1 parent b026ace commit 58573b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/array.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ always bounds-checked in safe methods and operators.
3232
> array type.
3333
3434
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.
3636

3737
[_Expression_]: ../expressions.md
3838
[_Type_]: ../types.md#type-expressions

0 commit comments

Comments
 (0)