Skip to content

Commit b6730dd

Browse files
authored
Merge pull request #57 from nikomatsakis/issue-10-enums
add a chapter on enum representation
2 parents ef3ad89 + f066fd9 commit b6730dd

File tree

2 files changed

+403
-0
lines changed

2 files changed

+403
-0
lines changed

reference/src/SUMMARY.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
- [Data layout](./layout.md)
1717
- [Structs and tuples](./layout/structs-and-tuples.md)
1818
- [Integers and Floating Points](./layout/integers-floatingpoint.md)
19+
- [Enums](./layout/enums.md)
1920
- [Unions](./layout/unions.md)
2021
- [Vectors](./layout/vectors.md)
2122
- [Optimizations](./optimizations.md)

0 commit comments

Comments
 (0)