Module iter

Source
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ยง

AxisIter
An iterator over Views along an axis of an Array.
IndicesIter
An iterator over indices of elements in an array in row-major order.