Expand description
Producers, iterables and iterators.
This module collects all concrete producer, iterable and iterator implementation structs.
See also NdProducer
.
Structs§
- Axes
- An iterator over the length and stride of each axis of an array.
- Axis
Chunks Iter - An iterator that traverses over the specified axis and yields views of the specified size on this axis.
- Axis
Chunks Iter Mut - An iterator that traverses over the specified axis and yields mutable views of the specified size on this axis.
- Axis
Iter - An iterator that traverses over an axis and and yields each subview.
- Axis
Iter Mut - An iterator that traverses over an axis and and yields each subview (mutable)
- Axis
Windows - Window producer and iterable
- Exact
Chunks - Exact chunks producer and iterable.
- Exact
Chunks Iter - Exact chunks iterator.
- Exact
Chunks Iter Mut - Exact chunks iterator.
- Exact
Chunks Mut - Exact chunks producer and iterable.
- Indexed
Iter - An iterator over the indexes and elements of an array.
- Indexed
Iter Mut - An iterator over the indexes and elements of an array (mutable).
- Indices
- Indices producer and iterable.
- Indices
Iter - An iterator over the indexes of an array shape.
- Into
Iter - By-value iterator for an array
- Iter
- An iterator over the elements of an array.
- IterMut
- An iterator over the elements of an array (mutable).
- Lanes
- See
.lanes()
for more information. - Lanes
Iter - An iterator that traverses over all axes but one, and yields a view for each lane along that axis.
- Lanes
Iter Mut - An iterator that traverses over all dimensions but the innermost, and yields each inner row (mutable).
- Lanes
Mut - See
.lanes_mut()
for more information. - Windows
- Window producer and iterable