A trait for removing elements at specific indices from tuples.
This crate provides the TupleRemove<Idx> trait, which allows removing an element
at a compile-time known index from a tuple, returning the element and the
remaining tuple.
A trait for removing elements at specific indices from tuples.
This crate provides the TupleRemove<Idx> trait, which allows removing an element
at a compile-time known index from a tuple, returning the element and the
remaining tuple.