2 releases
0.1.1 | Apr 30, 2021 |
---|---|
0.1.0 | Apr 30, 2021 |
#75 in #chunks
5KB
96 lines
Chunks Exacter
This library is exactly like std::slice::chunks_exact, except using const generics to guarantee that the Iterator::Item is of the correct size.
This is probably some breaking stdlib change which is why its not the standard yet.