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,7 +64,8 @@
- [Send 和 Sync](threads/send-sync.md)
- [全局变量 todo](global-variables.md)
- [错误处理 todo](errors.md)
- [unsafe todo](unsafe.md)
- [Unsafe doing](unsafe/intro.md)
- [内联汇编](unsafe/inline-asm.md)
- [macro 宏 todo](macro.md)
- [测试 todo](tests/intro.md)
- [编写测试及控制执行](tests/write-tests.md)