Searched defs:combinations_with_replacement (Results 1 – 6 of 6) sorted by relevance
42 pub fn combinations_with_replacement<I>(iter: I, k: usize) -> CombinationsWithReplacement<I> in combinations_with_replacement() function
197 mod combinations_with_replacement; module1648 fn combinations_with_replacement(self, k: usize) -> CombinationsWithReplacement<Self> in combinations_with_replacement() method
34 pub fn combinations_with_replacement<I>(iter: I, k: usize) -> CombinationsWithReplacement<I> in combinations_with_replacement() function
180 mod combinations_with_replacement; module1724 fn combinations_with_replacement(self, k: usize) -> CombinationsWithReplacement<Self> in combinations_with_replacement() method
919 fn combinations_with_replacement() { in combinations_with_replacement() function
1165 fn combinations_with_replacement() { in combinations_with_replacement() function