Module rs_std_ext::tuple
source · 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§
- Concat two tuples.
- Insert a value into a tuple.
- Insert a value into a tuple.
- Remove a value from a tuple.
- Remove a value from a tuple.
- Zip a tuple with another single value.