Skip to main content

Module iter

Module iter 

Source
Expand description

Iterator related things

Structs§

ArrayChunks
Iterator over chunks of the fixed size. Created by IteratorExt::array_chunks method,
ArrayWindows
An iterator over refs to overlapping subarrays of type A.
IterMove
Iterator that moves values out of an array.

Traits§

IteratorExt
Extension for Iterator trait that provides some array-related methods.