We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8419b30 commit e35f6d6Copy full SHA for e35f6d6
src/std-types/vec.md
@@ -49,7 +49,5 @@ methods on a `Vec`.
49
- To index the vector you use `[` `]`, but they will panic if out of bounds.
50
Alternatively, using `get` will return an `Option`. The `pop` function will
51
remove the last element.
52
-- Slices are covered on day 3. For now, students only need to know that a value
53
- of type `Vec` gives access to all of the documented slice methods, too.
54
55
</details>
0 commit comments