Home
last modified time | relevance | path

Searched defs:ZipSlices (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/itertools/benches/extra/
Dzipslices.rs23 pub struct ZipSlices<T, U> { struct
30 impl<'a, 'b, A, B> ZipSlices<&'a [A], &'b [B]> { argument
48 impl<T, U> ZipSlices<T, U> implementation
69 impl<T, U> Iterator for ZipSlices<T, U> implementation
97 impl<T, U> DoubleEndedIterator for ZipSlices<T, U> implementation
117 impl<T, U> ExactSizeIterator for ZipSlices<T, U> implementation
122 unsafe impl<T, U> Slice for ZipSlices<T, U> implementation