add type conversions - as

This commit is contained in:
sunface
2022-03-09 17:10:07 +08:00
parent 5ea947ac9f
commit 2250413225
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# ChangeLog
### 2022-03-09
- Translate several English chapters to Chinese
- Add [Type conversions - As](https://practice.rs/type-conversions/as.html)
### 2022-03-08
- Add [HashMap](https://practice.rs/collections/hashmap.html)