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 41d3e1c commit cf76256Copy full SHA for cf76256
library/std/src/primitive_docs.rs
@@ -565,8 +565,8 @@ mod prim_array {}
565
///
566
/// *[See also the `std::slice` module](slice/index.html).*
567
568
-/// A slice is any pointer/reference to a block of memory. They are represented
569
-/// as a regular pointer and a length.
+/// Slices are a view into a block of memory represented as a pointer and a
+/// length.
570
571
/// ```
572
/// // slicing a Vec
0 commit comments