Vec<T> is pronounced 'vec'
This commit is contained in:
parent
d7798c3d17
commit
fdb2837bd9
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
// except according to those terms.
|
||||
|
||||
//! A contiguous growable array type with heap-allocated contents, written
|
||||
//! `Vec<T>` but pronounced 'vector.'
|
||||
//! `Vec<T>`.
|
||||
//!
|
||||
//! Vectors have `O(1)` indexing, amortized `O(1)` push (to the end) and
|
||||
//! `O(1)` pop (from the end).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue