Skip to content

Commit

Permalink
Documentation for n_and_count
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnodas committed Sep 10, 2024
1 parent dc21323 commit 3e0d131
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/combinations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ where
{
}

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

0 comments on commit 3e0d131

Please sign in to comment.