File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
library/std/src/collections Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 79
79
//! see each type's documentation, and note that the names of actual methods may
80
80
//! differ from the tables below on certain collections.
81
81
//!
82
- //! Throughout the documentation, we will adhere to the following conventions for
83
- //! operation notation:
82
+ //! Throughout the documentation, we will adhere to the following conventions for
83
+ //! operation notation:
84
84
//!
85
85
//! * The collection's size is denoted by `n`.
86
- //! * If a second collection is involved, it's size is denoted by `m`.
86
+ //! * If a second collection is involved, it's size is denoted by `m`.
87
87
//! * Item indices are denoted by `i`.
88
- //! * Operations which have an *amortized* cost are suffixed with a `*`.
88
+ //! * Operations which have an *amortized* cost are suffixed with a `*`.
89
89
//! * Operations with an *expected* cost are suffixed with a `~`.
90
90
//!
91
91
//! Calling operations that add to a collection will occasionally require a
You can’t perform that action at this time.
0 commit comments