tuplities-remove 0.1.0

A collection of utilities for working with tuples in Rust.
Documentation

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.