[][src]Module arraylib::iter

Iterator related things

Structs

ArrayChunks

Iterator over chunks of the fixed size. Created by IteratorExt::array_chunks method,

IterMove

Iterator that moves values out of an array.

Traits

IteratorExt

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