Document a few undocumented modules in libstd
Hopefull this will make our libstd docs appear a little more "full".
This commit is contained in:
parent
0efc4822e9
commit
88bc11e646
6 changed files with 336 additions and 51 deletions
|
@ -10,6 +10,8 @@
|
|||
|
||||
/*!
|
||||
|
||||
Vector manipulation
|
||||
|
||||
The `vec` module contains useful code to help work with vector values.
|
||||
Vectors are Rust's list type. Vectors contain zero or more values of
|
||||
homogeneous types:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue