1
0
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:
kilavvy
2025-06-12 15:48:09 +02:00
committed by GitHub
parent 9b72f1ae36
commit 83ef365b72

View File

@@ -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,