Macro fp_rust::compose [−][src]
macro_rules! compose { ($last : expr) => { ... }; ($head : expr, $($tail : expr), +) => { ... }; }
Expand description
Compose functions.
NOTE: Credit https://stackoverflow.com/questions/45786955/how-to-compose-functions-in-rust