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 9b72f1a commit 83ef365Copy full SHA for 83ef365
utils/src/iterators.rs
@@ -1,6 +1,6 @@
1
use std::num::NonZeroUsize;
2
3
-/// Given an iterator that's clonable, split it into two iterators
+/// Given an iterator that's cloneable, split it into two iterators
4
/// at a given maximum number of elements.
5
pub fn iterator_split<I>(
6
it: I,
0 commit comments