Searched defs:Permutations (Results 1 – 2 of 2) sorted by relevance
13 pub struct Permutations<I: Iterator> { struct18 impl<I> Clone for Permutations<I> argument55 impl<I> fmt::Debug for Permutations<I> implementation96 impl<I> Iterator for Permutations<I> implementation134 let Permutations { vals, state } = self; in count() localVariable167 impl<I> Permutations<I> implementation
16 pub struct Permutations<I: Iterator> { struct21 impl<I> Clone for Permutations<I> argument44 impl<I> fmt::Debug for Permutations<I> implementation59 impl<I> Iterator for Permutations<I> implementation133 impl<I> FusedIterator for Permutations<I> implementation