Skip to content

Commit e478f66

Browse files
committed
Don't specify tuple layout.
This isn't something we want to guarantee.
1 parent cf636c2 commit e478f66

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/doc/reference.md

-3
Original file line numberDiff line numberDiff line change
@@ -3502,9 +3502,6 @@ elements, respectively, in a parenthesized, comma-separated list.
35023502
Because tuple elements don't have a name, they can only be accessed by
35033503
pattern-matching.
35043504

3505-
The members of a tuple are laid out in memory contiguously, in order specified
3506-
by the tuple type.
3507-
35083505
An example of a tuple type and its use:
35093506

35103507
```

0 commit comments

Comments
 (0)