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> implementation127 let Permutations { vals, state } = self; in count() localVariable170 impl<I> Permutations<I> impl