Skip to content

Commit

Permalink
Update collections.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DrW3RK authored Sep 14, 2023
1 parent 10d61e3 commit bdf104b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Rust/section5/collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ There are three commonly used collections in Rust:
- Hashmaps - key-value data structures that store a **map** of information.
- Strings - a collection of characters that are stored on the heap.

<iframe width="560" height="315" src="https://www.youtube.com/embed/du6V0bpafws?si=S8hPiTfjb6oF4okz" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

## Vectors

The official type declaration of a vector is `Vec<T>`, which represents a list of any generic type
Expand Down

0 comments on commit bdf104b

Please sign in to comment.