1
Fork 0

Document a few undocumented modules in libstd

Hopefull this will make our libstd docs appear a little more "full".
This commit is contained in:
Alex Crichton 2013-09-17 19:42:07 -07:00
parent 0efc4822e9
commit 88bc11e646
6 changed files with 336 additions and 51 deletions

View file

@ -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: