reduce

Macro reduce 

Source
macro_rules! reduce {
    ($func:expr) => { ... };
}
Expand description

Reduce macro for Vec<T>, in currying ways by partial_left_last_one!().