Home
last modified time | relevance | path

Searched defs:Permutations (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/itertools/src/
Dpermutations.rs13 pub struct Permutations<I: Iterator> { struct
18 impl<I> Clone for Permutations<I> argument
55 impl<I> fmt::Debug for Permutations<I> implementation
96 impl<I> Iterator for Permutations<I> implementation
127 let Permutations { vals, state } = self; in count() localVariable
170 impl<I> Permutations<I> impl