Crate tuple_utils[][src]

Expand description

A simple set of utility traits for working with tuples

Traits

Helper trait to allow Appending of tuples

Helper trait that allow for merging of tuples

Helper trait to allow Plucking heads of tuples.

Helper trait to allow Plucking tails of tuples.

Helper trait to allow Perpending of tuples

Tries to split a tuple into two tuples if the tuple is odd sized the Right side will contain the extra element