add type-conversions/as.md

This commit is contained in:
sunface
2022-03-09 16:34:49 +08:00
parent 0073374402
commit b276e6db41
8 changed files with 202 additions and 5 deletions

View File

@@ -199,6 +199,8 @@ fn main() {
m2.insert(v2, v1);
assert_eq!(v2, "hello");
println!("Success!")
}
```