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 2009734 commit 36f1f40Copy full SHA for 36f1f40
src/array_combinations.rs
@@ -40,7 +40,7 @@ where
40
I::Item: Clone,
41
{
42
/// Returns the (current) length of the pool from which combination elements are
43
- /// selected. This value can change between invocations of [`next`](Combinations::next).
+ /// selected. This value can change between invocations of [`next`](ArrayCombinations::next).
44
#[inline]
45
pub fn n(&self) -> usize {
46
self.pool.len()
0 commit comments