Skip to content

Commit ddef4d2

Browse files
authored
Add link to Slicing docs on libary documentation page (#1164)
1 parent 3124410 commit ddef4d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
//! ## Highlights
4141
//!
4242
//! - Generic *n*-dimensional array
43-
//! - Slicing, also with arbitrary step size, and negative indices to mean
44-
//! elements from the end of the axis.
43+
//! - [Slicing](ArrayBase#slicing), also with arbitrary step size, and negative
44+
//! indices to mean elements from the end of the axis.
4545
//! - Views and subviews of arrays; iterators that yield subviews.
4646
//! - Higher order operations and arithmetic are performant
4747
//! - Array views can be used to slice and mutate any `[T]` data using

0 commit comments

Comments
 (0)