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 d7798c3 commit fdb2837Copy full SHA for fdb2837
src/libcollections/vec.rs
@@ -9,7 +9,7 @@
9
// except according to those terms.
10
11
//! A contiguous growable array type with heap-allocated contents, written
12
-//! `Vec<T>` but pronounced 'vector.'
+//! `Vec<T>`.
13
//!
14
//! Vectors have `O(1)` indexing, amortized `O(1)` push (to the end) and
15
//! `O(1)` pop (from the end).
0 commit comments