File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3838//! - Higher order operations and arithmetic are performant
3939//! - Array views can be used to slice and mutate any `[T]` data using
4040//! `ArrayView::from` and `ArrayViewMut::from`.
41- //! - `Zip` for lock step function application across two or more arrays or other
42- //! item producers (`NdProducer` trait).
41+ //! - [ `Zip`](struct.Zip.html) for lock step function application across two or more arrays or other
42+ //! item producers ([ `NdProducer`](trait.NdProducer.html) trait).
4343//!
4444//! ## Crate Status
4545//!
Original file line number Diff line number Diff line change @@ -128,7 +128,8 @@ where
128128/// for example an array view, mutable array view or an iterator
129129/// that yields chunks.
130130///
131- /// Producers are used as a arguments to `Zip` and `azip!()`.
131+ /// Producers are used as a arguments to [`Zip`](struct.Zip.html) and
132+ /// [`azip!()`](macro.azip.html).
132133///
133134/// # Comparison to `IntoIterator`
134135///
You can’t perform that action at this time.
0 commit comments