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 91815b3 commit c40caf0Copy full SHA for c40caf0
src/lib.rs
@@ -273,6 +273,10 @@ pub type Ixs = isize;
273
/// since it is *in place*, it cannot remove the collapsed axis. It becomes
274
/// an axis of length 1.
275
///
276
+/// `.outer_iter()` is an iterator of every subview along the zeroth (outer)
277
+/// axis, while `.axis_iter()` is an iterator of every subview along a
278
+/// specific axis.
279
+///
280
/// ## Arithmetic Operations
281
282
/// Arrays support all arithmetic operations the same way: they apply elementwise.
0 commit comments