Explicitly note that vector contents are on the heap
This commit is contained in:
parent
896cb36eca
commit
e6f7f23a6f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
//! A growable list type, written `Vec<T>` but pronounced 'vector.'
|
||||
//! A growable list type with heap-allocated contents, written `Vec<T>` but pronounced 'vector.'
|
||||
//!
|
||||
//! Vectors have `O(1)` indexing, push (to the end) and pop (from the end).
|
||||
//!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue