File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ Each dimension is also called an *axis*.
16
16
- Higher order operations and arithmetic are performant
17
17
- Array views can be used to slice and mutate any ` [T] ` data using
18
18
` ArrayView::from ` and ` ArrayViewMut::from ` .
19
- - ` Zip ` for lock step function application across 2 or more arrays or other
20
- item producers (` NdProducer ` ) trait.
19
+ - ` Zip ` for lock step function application across two or more arrays or other
20
+ item producers (` NdProducer ` trait) .
Original file line number Diff line number Diff line change 32
32
//! - Higher order operations and arithmetic are performant
33
33
//! - Array views can be used to slice and mutate any `[T]` data using
34
34
//! `ArrayView::from` and `ArrayViewMut::from`.
35
- //! - `Zip` for lock step function application across 2 or more arrays or other
36
- //! item producers (`NdProducer`) trait.
35
+ //! - `Zip` for lock step function application across two or more arrays or other
36
+ //! item producers (`NdProducer` trait) .
37
37
//!
38
38
//! ## Crate Status
39
39
//!
You can’t perform that action at this time.
0 commit comments