add struct.md

This commit is contained in:
sunface
2022-02-28 20:47:10 +08:00
parent 9b644dda0e
commit 95dee9dac7
4 changed files with 436 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
- [Array](compound-types/array.md)
- [Slice](compound-types/slice.md)
- [Tuple](compound-types/tuple.md)
- [Struct todo](compound-types/struct.md)
- [Struct](compound-types/struct.md)
- [Enum todo](compound-types/enum.md)
- [Flow Control todo](flow-control.md)
- [Pattern Match todo](pattern-match/intro.md)