Macro rust2fun::curry3

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

Curry a function of 3 arguments.