Macro fp_rust::spread_and_call[][src]

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

Spread the variadic arguments and call the given funciton.