1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-12-21 23:57:30 +02:00

Main exercises

This commit is contained in:
Nidhal Messaoudi
2023-02-27 21:36:51 +01:00
parent 278a1f103b
commit 34aafa82f9
6 changed files with 52 additions and 23 deletions

View File

@@ -13,3 +13,5 @@ the other useful data structure, hash maps, later.
## Further information
- [Storing Lists of Values with Vectors](https://doc.rust-lang.org/stable/book/ch08-01-vectors.html)
- [`iter_mut`](https://doc.rust-lang.org/std/primitive.slice.html#method.iter_mut)
- [`map`](https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.map)