Expand description
Iterator related things
Structs§
- Array
Chunks - Iterator over chunks of the fixed size.
Created by
IteratorExt::array_chunksmethod, - Array
Windows - An iterator over refs to overlapping subarrays of type
A. - Iter
Move - Iterator that moves values out of an array.
Traits§
- Iterator
Ext - Extension for
Iteratortrait that provides some array-related methods.