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.
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.