Searched defs:zip (Results 1 – 3 of 3) sorted by relevance
27 mod zip; module75 fn zip<B>(self, another: B) -> Zip<Self, B> in zip() method
18 pub fn zip<A, B>(mut a: A, mut b: B) -> Zip<A, B> in zip() function
126 zip: Cow<'a, str>, field