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 896cb36 commit e6f7f23Copy full SHA for e6f7f23
src/libcollections/vec.rs
@@ -8,7 +8,7 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
-//! A growable list type, written `Vec<T>` but pronounced 'vector.'
+//! A growable list type with heap-allocated contents, written `Vec<T>` but pronounced 'vector.'
12
//!
13
//! Vectors have `O(1)` indexing, push (to the end) and pop (from the end).
14
0 commit comments