Skip to content

Commit c40caf0

Browse files
committed
Edit docs: mention axis_iter in subview doc.
1 parent 91815b3 commit c40caf0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,10 @@ pub type Ixs = isize;
273273
/// since it is *in place*, it cannot remove the collapsed axis. It becomes
274274
/// an axis of length 1.
275275
///
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+
///
276280
/// ## Arithmetic Operations
277281
///
278282
/// Arrays support all arithmetic operations the same way: they apply elementwise.

0 commit comments

Comments
 (0)