mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 15:45:53 +01:00
Update iterators.rs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use std::num::NonZeroUsize;
|
||||
|
||||
/// Given an iterator that's clonable, split it into two iterators
|
||||
/// Given an iterator that's cloneable, split it into two iterators
|
||||
/// at a given maximum number of elements.
|
||||
pub fn iterator_split<I>(
|
||||
it: I,
|
||||
|
||||
Reference in New Issue
Block a user