Feature gate: #![feature(iter_zip)]
This is a tracking issue for core::iter::zip, a function that combines two IntoIterator arguments into a Zip iterator.
Public API
// core::iter
pub fn zip<A, B>(a: A, b: B) -> Zip<A::IntoIter, B::IntoIter>
where
A: IntoIterator,
B: IntoIterator,
Steps / History
Unresolved Questions
Feature gate:
#![feature(iter_zip)]This is a tracking issue for
core::iter::zip, a function that combines twoIntoIteratorarguments into aZipiterator.Public API
Steps / History
core::iter::zip#83574 (comment)iter::zip#91881Unresolved Questions