add destructuring assignments

This commit is contained in:
sunface
2022-02-25 11:18:27 +08:00
parent 1371c86e3f
commit f393232de1
10 changed files with 926 additions and 5 deletions

View File

@@ -64,8 +64,9 @@
- [Send and Sync](threads/send-sync.md)
- [Global variables todo](global-variables.md)
- [Errors todo](errors.md)
- [unsafe todo](unsafe.md)
- [macro todo](macro.md)
- [Unsafe doing](unsafe/intro.md)
- [Inline assembly](unsafe/inline-asm.md)
- [Macro todo](macro.md)
- [Tests todo](tests/intro.md)
- [Write Tests](tests/write-tests.md)
- [Benchmark](tests/benchmark.md)