Macro fp_rust::spread_and_call [−][src]
macro_rules! spread_and_call { ($func : expr, $($x : expr), *) => { ... }; }
Expand description
Spread
the variadic arguments and call the given funciton.
macro_rules! spread_and_call { ($func : expr, $($x : expr), *) => { ... }; }
Spread
the variadic arguments and call the given funciton.