Expand description
A simple set of utility traits for working with tuples
Traitsยง
- Append
- Helper trait to allow Appending of tuples
- Merge
- Helper trait that allow for merging of tuples
- Pluck
- Helper trait to allow Plucking heads of tuples.
- Pluck
Tail - Helper trait to allow Plucking tails of tuples.
- Prepend
- Helper trait to allow Perpending of tuples
- Split
- Tries to split a tuple into two tuples if the tuple is odd sized the Right side will contain the extra element