We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d866b7d commit 14f004dCopy full SHA for 14f004d
src/array_chunks.rs
@@ -83,3 +83,5 @@ impl<I: Iterator, const N: usize> Iterator for ArrayChunks<I, N> {
83
}
84
85
86
+
87
+impl<I: ExactSizeIterator, const N: usize> ExactSizeIterator for ArrayChunks<I, N> {}
0 commit comments