Crate functils [] [src]

Rust has really powerful generics that can be used to make it more functional in terms of it's composition. Included in this crate are helper functions often times used in languages like Haskell.

Functions

fst

Given a Tuple return it's first element

snd

Given a Tuple return it's second element