From 3e0d1316924205422efdc9df70d7968673ae4ce0 Mon Sep 17 00:00:00 2001 From: Ronno Das Date: Tue, 10 Sep 2024 16:33:19 +0200 Subject: [PATCH] Documentation for `n_and_count` --- src/combinations.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/combinations.rs b/src/combinations.rs index 423ffa85b..9e7492e95 100644 --- a/src/combinations.rs +++ b/src/combinations.rs @@ -209,6 +209,7 @@ where { } +/// Return the length of the inner iterator and the count of remaining combinations. pub(crate) fn n_and_count( pool: LazyBuffer, first: bool,