Skip to content

Commit 48ce9d2

Browse files
committed
docs: add link to docs about iter_mut and map
1 parent fc9fb53 commit 48ce9d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exercises/vecs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ the other useful data structure, hash maps, later.
1313
## Further information
1414

1515
- [Storing Lists of Values with Vectors](https://doc.rust-lang.org/stable/book/ch08-01-vectors.html)
16+
- [`iter_mut`](https://doc.rust-lang.org/std/primitive.slice.html#method.iter_mut)
17+
- [`map`](https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.map)

0 commit comments

Comments
 (0)