Skip to main content

Crate ttools

Crate ttools 

Source
Expand description

view

start with Tupl.

Re-exports§

pub use Reverse::reverse;
pub use Reverse::reverse as flip;
pub use Tupl::drop;
pub use Tupl::head;
pub use Tupl::head as left;
pub use Tupl::head as fst;
pub use Tupl::last;
pub use Tupl::last as right;
pub use Tupl::pick;
pub use Tupl::take;

Traits§

Cons
Pick
backing trait for pick
Push
alias for snoc
Reverse
Reverse a tuple.
TD
backing trait for take.
Tupl
Main tuple trait.
With
alias for cons

Functions§

cons
Construct a tuple.
eith
eigth
ffth
fifth
frth
fourth
nint
ninth
snd
second
snoc
Construct a tuple, backwards.
svnt
seventh
sxth
sixth
thrd
third