Crate tupl

source ·
Expand description

A small library for handling Rust tuples using traits.

Traits

  • A trait representing tuples. It is only implemented for tuples of arity 0 to 50.
    This trait is sealed and as such not meant to be implemented.

Functions

  • Whether or not this tuple type is the empty tuple.