Skip to content

Commit 2009734

Browse files
ronnodasphimuemue
authored andcommitted
Documentation for n_and_count
1 parent 9ec6033 commit 2009734

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/combinations.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ where
209209
{
210210
}
211211

212+
/// Return the length of the inner iterator and the count of remaining combinations.
212213
pub(crate) fn n_and_count<I: Iterator>(
213214
pool: LazyBuffer<I>,
214215
first: bool,

0 commit comments

Comments
 (0)