Module gix_features::iter
source · Expand description
Structs§
- An iterator over chunks of input, producing
Vec<Item>
with a size ofsize
, with the last chunk being the remainder and thus potentially smaller thansize
.
Vec<Item>
with a size of size
, with the last chunk being the remainder and thus
potentially smaller than size
.