curry3

Macro curry3 

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

Curry a function of 3 arguments.