Skip to content

Commit 14f004d

Browse files
committed
impl ExactSizeIterator
1 parent d866b7d commit 14f004d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/array_chunks.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,5 @@ impl<I: Iterator, const N: usize> Iterator for ArrayChunks<I, N> {
8383
}
8484
}
8585
}
86+
87+
impl<I: ExactSizeIterator, const N: usize> ExactSizeIterator for ArrayChunks<I, N> {}

0 commit comments

Comments
 (0)