Open
Description
Would you be willing to pull the patch that adds support for tuples? It looks like the code is good to go and it is only a matter of adding impl_trait!((T, T))
for each type and then testing it.
I wouldn't go deep with the size of tuples and only implement pairs which I think is the most common case.