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 7d31197 commit 0a17764Copy full SHA for 0a17764
src/libstd/collections/mod.rs
@@ -89,7 +89,8 @@
89
//!
90
//! Choosing the right collection for the job requires an understanding of what each collection
91
//! is good at. Here we briefly summarize the performance of different collections for certain
92
-//! important operations. For further details, see each type's documentation.
+//! important operations. For further details, see each type's documentation, and note that the
93
+//! names of actual methods may differ from the tables below on certain collections.
94
95
//! Throughout the documentation, we will follow a few conventions. For all operations,
96
//! the collection's size is denoted by n. If another collection is involved in the operation, it
0 commit comments