We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db450f commit efa8ae7Copy full SHA for efa8ae7
src/lib.rs
@@ -1675,6 +1675,9 @@ pub trait Itertools: Iterator {
1675
///
1676
/// If `k` is greater than the length of the input iterator, the resultant
1677
/// iterator adaptor will be empty.
1678
+ ///
1679
+ /// If you are looking for permutations with replacements,
1680
+ /// use `repeat_n(iter, k).multi_cartesian_product()` instead.
1681
1682
/// ```
1683
/// use itertools::Itertools;
0 commit comments