Searched defs:Permutations (Results 1 – 1 of 1) 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