Expand description
Extension for typle types.
All traits in this module are implemented with tuple no longer than 10.
By default, the module only expose implementation for tuple no longer than 5.
You can use longer impls by enabling the long-tuple-impl feature.
Note that the TupleConcat trait is only implemented for those types that
returns a tuple shorter than 10.
Traitsยง
- Tuple
Concat - Concat two tuples.
- Tuple
Insert - Insert a value into a tuple.
- Tuple
Insert Exact - Insert a value into a tuple.
- Tuple
Remove - Remove a value from a tuple.
- Tuple
Remove Exact - Remove a value from a tuple.
- Tuple
Zip - Zip a tuple with another single value.