8000
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 b6716a1 commit 410ce86Copy full SHA for 410ce86
src/libstd/primitive_docs.rs
@@ -566,7 +566,9 @@ mod prim_array { }
566
#[doc(alias = "[")]
567
#[doc(alias = "]")]
568
#[doc(alias = "[]")]
569
-/// A dynamically-sized view into a contiguous sequence, `[T]`.
+/// A dynamically-sized view into a contiguous sequence, `[T]`. Contiguous here
570
+/// means that elements are laid out so that every element is the same distance
571
+/// from its neighbors.
572
///
573
/// *[See also the `std::slice` module](slice/index.html).*
574
0 commit comments