Expand description
A trait for inserting elements at specific indices into tuples.
This crate provides the TupleInsert<Idx, T> trait, which allows inserting an element
at a compile-time known index into a tuple, returning the tuple with the element inserted.
Traitsยง
- Tuple
Insert - A trait for inserting an element at a specific index into a tuple.