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 7979//! see each type's documentation, and note that the names of actual methods may
8080//! differ from the tables below on certain collections.
8181//!
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:
8484//!
8585//! * 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`.
8787//! * 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 `*`.
8989//! * Operations with an *expected* cost are suffixed with a `~`.
9090//!
9191//! Calling operations that add to a collection will occasionally require a
You can’t perform that action at this time.
0 commit comments