1 2 3 4 5 6
# 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.