Macro curry8

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

Curry a function of 8 arguments.