Macro fp_rust::partial_left_last_one[][src]

macro_rules! partial_left_last_one {
    ($func:expr, $($x:expr), *) => { ... };
}

Partial application macro with variadic arguments for a pre-defined function, and currying the lastest one argument by returning closure.