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 3124410 commit ddef4d2Copy full SHA for ddef4d2
src/lib.rs
@@ -40,8 +40,8 @@
40
//! ## Highlights
41
//!
42
//! - Generic *n*-dimensional array
43
-//! - Slicing, also with arbitrary step size, and negative indices to mean
44
-//! elements from the end of the axis.
+//! - [Slicing](ArrayBase#slicing), also with arbitrary step size, and negative
+//! indices to mean elements from the end of the axis.
45
//! - Views and subviews of arrays; iterators that yield subviews.
46
//! - Higher order operations and arithmetic are performant
47
//! - Array views can be used to slice and mutate any `[T]` data using
0 commit comments