Expand description
Array iterators.
The types in this module are constructed via methods on Array,
and generally expose no functionality other than being iterable.
Structsยง
- Axis
Iter - An iterator over
Views along an axis of anArray. - Indices
Iter - An iterator over indices of elements in an array in row-major order.