Macro curry4

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

Curry a function of 4 arguments.