We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6716a1 commit 6ccb7aeCopy full SHA for 6ccb7ae
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 layed out so that every element is the same
571
+/// distance from its neighbors.
572
///
573
/// *[See also the `std::slice` module](slice/index.html).*
574
0 commit comments