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.
HomogeneousTuple
1 parent 20c09bd commit b93e11dCopy full SHA for b93e11d
src/tuple_impl.rs
@@ -11,7 +11,7 @@ use std::marker::PhantomData;
11
// hiding the implementation details of `TupleCollect`.
12
// See https://github.com/rust-itertools/itertools/issues/387
13
14
-/// Implemented for homogeneous tuples of size up to 4.
+/// Implemented for homogeneous tuples of size up to 12.
15
pub trait HomogeneousTuple
16
: TupleCollect
17
{}
0 commit comments