We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a6413 commit b5e5cd1Copy full SHA for b5e5cd1
src/combinations.rs
@@ -39,6 +39,8 @@ pub struct CombinationsGeneric<I: Iterator, Idx> {
39
first: bool,
40
}
41
42
+/// A type holding indices of elements in a pool or buffer of items from an inner iterator
43
+/// and used to pick out different combinations in a generic way.
44
pub trait PoolIndex<T>: BorrowMut<[usize]> {
45
type Item;
46
0 commit comments